Need advice, I am retrieving GUID for the duplicate Records for a customise entity that i have created.However code that i research and found is using CRM business Entity:
I need to change the owner of an appointment record when creating a new appointment. I\'m using a plugin for the create message and i\'ve found this code to assign a new owner to the appointment:
I need to find out with code in a plugin for Microsoft Dynamics CRM 2011 what was the origin of the trigger that fires the current plugin.
i try to set selected value of my picklist while adding a new account.My code is : CrmService service = connectToCrm();
What are my mistakes, why do I get the \"object expected\" error, and, eventually, how does one debug jScript ?
Following the instructions supplied with the Microsoft Dynamics CRM SDK CrmODataSilverlight sample code I have downloaded the OrganizationData.csdl from my CRM2011 solution and readded my service refe
I am trying to query Opportunity information from Microsoft Dynamincs CRM 2011. Any idea why I keep getting a 401 Unauthorized error?
I\'m trying to create an entity in CRM 2011 (not an out of the box kind, but what in CRM 4 would have been called a DynamicEntity... one with my custom attributes).The code below gives me this error a
Let\'s say I have the code below: public class ContactDTO { public string Email {get; set;} public decimal? ExchangeRate {g开发者_开发知识库et; set;}
I have requirement of preparing an in-house Project Management and accounting app using Microsoft Dynamics. My requirements are similar to what explained in the below开发者_如何转开发 page: