How do you update records in CRM 2011 using OrganizationServiceContext? Can anyone provide a simple example? Thanks!
I\'m trying to create a new record where one of the fields is a DataTime field. I always get the \"The date-time format for Thu Sep 01 19:25:20 2011 is invalid开发者_如何学C, or value is outside the
I am trying to update a Entity that is an OptionSetValue, the values it will update from are in a radioboxlist and one of the option is blank/null. Is there a way to pass the null value to CRM Entity
I am trying to pull down the NULLS of the contacts and I am using DefaultIfEmpty to do it. But I am getting this error.
Breaking my head against more compex problems, I try to get back to basics. I want to have a jScript in a form, that upon user change i开发者_C百科n control Sub-Fund, will pop up a message showing the
I\'m developing a WPF application using C#. I need to know how can i get the Id (GUID) of the current Solution. I can see tha开发者_如何转开发t Id on the bottom of the dialog that CRM displays when yo
I am trying to Update records in the OpportunitySet using LINQ. Right now I am pulling all the data down and they are being Databound to fields in a Grid. This is what I have so far:
I really can\'t find how i can retrieve the value from a currency field and set it as a value for another currency field for another 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.