Microsoft Dynamics CRM is a multilingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service. It can be used as an xRM platform.
I created solution in MS Dynamics CRM, then exported it as managed and unmanaged one. Decompressed both and I ran diff tool on customizations.xml files. And there are too many difference between them, it's hard to say what exactly what was changed…
The problem is that when i go to Settings -> Customizations,
it does not allow me to make any changes to existing entites,
neither it allows me to create a new, custom one.
It just displays a simple message:
WARNING: Solution and Publisher Options…
I have faced with strange flaw of MS CRM 2011 deployment process.
Developer is able to deactivate views on development system, however it's impossible to transfer this customization to the target system via solution. Here is relevant blog post…
I am trying create Activity record in Dynamics 2011 with owner name set as "test_user". Instead below code is taking credential which is used to access Dynamics API. Is there any way to impersonate "test_user" user without passing his password?…
I've got two different CRM endpoints who's Entity Metadata is completely identical except for a couple Option Sets (don't ask why). This morning I switched the early bound URL used in the CrmServiceUtil from Endpoint 1, to Endpoint 2. Upon doing a…
Is there some better/official way, how to compare CRM 2011 GUIDs in JavaScript
2e9565c4-fc5b-e211-993c-000c29208ee5=={2E9565C4-FC5B-E211-993C-000C29208EE5}
without using .replace() and .toLowerCase()?
First one is got thru…
How can a plug-in be registered on an import?
There are messages 'Import' and 'Import All'. How are they used?
I want to create a single record after an import to a specific entity.
I tried to use 'Import', but I do not know what…
I am trying to create a new product with a plugin, but I get this exception:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
This is the code to create the product
EntityReference ugRef = new…
I have a custom entity in CRM 2011 with a Closure Code(drop down list) and Solution(multiple lines text) fields.
Is weird what is happening, and this is that the next sentence, is not getting the actual field value:
var detailsSet =…
I have a Dynamics CRM 2011 instance where the database has become corrupted. The corrupted data appears to be isolated to a few tables (e.g. PrincipalObjectAccess) and the instance still functions normally to all appearances. The data is…
I'm trying to convert a crm 4 Plug-in to CRM 2011.
Does anybody know which are respective types in CRm 2011?
Customer, CrmDateTime, CrmDecimal, CrmFloat, CBoolean, CrmMoney, Owner, Picklist, Key, Status, UniqueIdentifier, CrmBoolean
public…
I have created a custom workflow activity in CRM that creates a task. The workflow is attached to an a opportunity. When I create my task I would like to set the “regardingobjectid” to the guid of the related opportunity.
ICrmService…
In crm 2011, inside the Execute method of a plugin, how can I know the id of the registered step that is executing? For instance, I have two steps for the pre create of an account. The execute method will run two times one for each step. I need to…
I'm trying to create an oppurtunity in CRM but I'm unable to do it. I'm very new to this and I din't find any reference for PHP using JSON. Please help with a sample data or reference links. This is the error am getting.
Error processing request…