I have an application, whose primary goal is not to do CRM. However I want to make it do CRM as well.
In CRM 4.0, I would like (if possible) to open an external link directly from a view of several entities (for example \'My accounts\'). When this action is taken, a new browser window with a parameter
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
This question is in relation to a Plugin which I am now creating for Dynamics CRM 2011. I have an entity which has 5 attributes. 1 of these attributes is a Lookup to another entity.
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
having a lot of trouble with this one. I am trying to run a simple jquery script inside of an html page to just pop up an alert box.
Looking to retrieve all accounts from the account entity and show this in an alert box using an ajax call to the Service OrganizationData.svc.
I know nothing about how Dynamics works, nor do I know anything about its data model (nor do I understand its lingo, so I apologize in advance if I\'m using the wrong terms).
I have an entity form customization that adds an extra tab to my Contact entity form. I have custom JavaScript that I\'d like to execute when the window loads and populate this tab (which is not yet