Top "Dynamics-crm-2011" questions

Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft.

How to prevent infinite looping without ExecutionContext.CallerOrigin in Microsoft Dynamics CRM 2011?

When creating a plugin in Microsoft Dynamics CRM 4.0 you could use the following to check the origin of the event …

c# wcf dynamics-crm infinite-loop dynamics-crm-2011
Retrieve related entities of each, using RetrieveMultipleRequest

I'm trying to retrieve a list of entities from CRM, but I'd like to get each one with the related …

dynamics-crm-2011 dynamics-crm
Deleting users in CRM Dynamics 2011

I'm fully aware that deleting users (SystemUser Entity) in CRM Dynamics 2011 is not supported by Microsoft. However, we're currently developing …

c# dynamics-crm-2011 dynamics-crm integration-testing microsoft-dynamics
Call javascript function from another javascript webresource

There is one JavaScript web resource in CRM 2011 called new\_/Script/genericJScript.js. Which contains some functions say, \_retrieveRecord() and \_…

javascript dynamics-crm dynamics-crm-2011 crm dynamics-crm-online
How can I add in Dynamics CRM custom field on Activities Views?

In Dynamics CRM 2013 I use standard activities and custom activities. For all of them I have custom field Account which …

dynamics-crm dynamics-crm-2011 microsoft-dynamics dynamics-crm-2013
CRM 2011 Update Plug-in: Which Fields Changed?

How can it be determined in a synchronous plug-in which fields changed? The plug-in is registered on update. Something like …

dynamics-crm-2011
How to get sharepoint folder by name using CamlQuery

So I need to rename a sharepoint folder in a plugin from crm. The name of the folder is a …

c# sharepoint sharepoint-2010 dynamics-crm-2011 caml
How to create ConditionExpression for QueryExpression on statecode in early bound?

In late bound I'd use something like this to add a condition for only getting active records. new ConditionExpression { AttributeName = "…

c# dynamics-crm-2011 query-expressions
Aggregate Count of linked entity in fetch XML won't return 0

Problem I have a Fetch XML query that has an aggregate count on a linked entity that isn't behaving as …

dynamics-crm-2011 fetchxml