dynamics-crm-2011
Update CRM 2011 using OrganizationServiceContext
How do you update records in CRM 2011 using OrganizationServiceContext? Can anyone provide a simple example? Thanks![详细]
2023-04-01 07:58 分类:问答CRM 2011: Set datetime field from string with javascript
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[详细]
2023-04-01 03:07 分类:问答Update attribute with NULL
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[详细]
2023-04-01 02:37 分类:问答LINQ Error When using DefaultIfEmpty
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.[详细]
2023-03-31 16:47 分类:问答Dynamics CRM forms: jScript for a dummy
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[详细]
2023-03-31 04:59 分类:问答CRM 2011 - How to Get the Solution ID
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[详细]
2023-03-31 04:39 分类:问答Update Records in CRM 2011 using LINQ
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:[详细]
2023-03-31 03:13 分类:问答CRM 2011 - Set value of currency field with javascript
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.[详细]
2023-03-30 16:53 分类:问答Assign new owner to appointment. "There should be only one owner party for an activity"
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:[详细]
2023-03-30 02:30 分类:问答CRM 2011: How to find out the origin of a trigger for a plugin?
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.[详细]
2023-03-29 12:11 分类:问答