I want to build a plug-in for a Dynamics CRM 2011 installation. My problem is that I don\'t find information related to the order in which the plug-in instances are executed. Microsoft says that the
What I am trying to do is alter a lookup dialog to default to a specific entity type on a lookup dialog.
I want to be able to enable/disable a CRM 2011 Organization using Deployment Service (Deployment.Svc) or using CRM 2011 SDK (Microsoft.Xrm.Sdk.Deployment Namespace) using C# or VB.Net application.
According to the answer to this qu开发者_运维知识库estion MS WF state machine workflows and MS CRM Dynamics 4.0 State machine workflows are not supported in CRM 4.0.
I am building a development machine to do some testing. Can I have C开发者_如何学PythonRM 2011 and SharePoint 2010 installed on the same machine? If yes is there a specific order in which they should
I want to change all my queries from QueryExpression to Linq. In development time, all seems to be just fine, but I always get a cast exception at runtime (can\'t cast Microsoft.xrm.sdk.entity to Xrm.
When I have created a custom activity, how do i configure the descriptionfield to support html? Like the descriptionfie开发者_Python百科ld that is used in an email activity.The description field of a
we are planning to use the auditing feature of CRM 2011 to track who has changed which infield for a couple of entities.
We will soon upgrade to CRM 2011 so I\'m doing some tests. The problem is that when I change my web service reference to the 2011 one, my application stops compiling. It just won\'t find any entity (e
I have created following code, and I have included this as web resource on the CRM 2011 form to be called on field onchange event of lookup field. Everything is working fine before the $.ajax({... lin