Top "Dynamics-crm-2011" questions

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

How to send alert to user via plugin without using InvalidPluginExecutionException?

I am currently using InvalidPluginExecutionException to send the message to the user, but it turns out that the message is …

c# plugins dynamics-crm-2011 crm
Dynamics CRM 2011 Bulk Update

Running Dynamics CRM 2011 rollout 3. Need to update millions of customer records periodically (delta updates). Using standard update (one by one) …

dynamics-crm dynamics-crm-2011 bulkinsert
How to get current user record in CRM plugin?

I am developing a plugin . Whenever a plugin gets invoked, I need to get current user information ? Is there any …

dynamics-crm-2011 dynamics-crm dynamics-crm-online
Select all column in QueryExpression CRM 2011

I have this QueryExpression in my code. QueryExpression query = new QueryExpression() { }; query.EntityName = "country"; query.ColumnSet = new ColumnSet("name", "2digitiso", "3…

c# dynamics-crm-2011 dynamics-crm
Email responses to tracked crm email not tracking correctly

We have a widespread problem with email responses to outgoing crm email, that has been tracked, not getting auto tracked …

email dynamics-crm dynamics-crm-2011 crm dynamics-crm-online
Crm 2011 get custom entity record attribute without early bound types

I'm searching for a method of retrieving the custom entity attribute without generating early bind types with crmsvcutil. Is there …

c# dynamics-crm-2011 early-binding
CRM 2011 "$ is undefined"

I have created following code, and I have included this as web resource on the CRM 2011 form to be called …

javascript dynamics-crm crm dynamics-crm-2011
Plugin Pre Operation Create - Update field error

My plugin fire on Pre Create operation on Entity X. When trying to update a field on the Entity X …

dynamics-crm dynamics-crm-2011 power-platform
Business Units vs Teams in CRM 2011

I've been told a few times that Business Units in CRM 2011 are "tricky" and shouldn't be set up lightly since …

dynamics-crm dynamics-crm-2011
Dynamics CRM 2011 Plugin Retrieve and Retrieve Multiple

I'm looking for some working examples of retrieve message and retrieve multiple message plugin (Early binding). I've failed to find …

plugins dynamics-crm-2011 crm microsoft-dynamics xrm