I am trying to get CRM to send an email melodramatically from a .Net C# app. I think I am close, but I keep getting an error: 0x80040203 Cannot create activity party: either partyid or addressused field should be present Platform Here is my code: private static void sendCrmEmail() { [...] read more
Error: 0x80040203 Invalid Argument I'm new to Dynamics. In preparation for getting lookup values from external data source into Dynamics via a plugin, I wanted to test first with hard coded values with this code. But after I registered the assembly, data provider and data source, I created a virtual [...] read more
Here is the documentation link where mentioned that you can use different operations on this type of the entity Operations Supported POST GET PATCH DELETE. I am interested in using a request to POST. Can anyone help me with the creation of the role entity? I tried the request to [...] read more
Context Trying RetrieveAttributeChangeHistory from the Dynamics 365 audit entity. I need some help forming the proper syntax for the OData function on this entity. Since the function is unbound I am having some trouble and run into the error below. Once I solve this I can implement this call in [...] read more
I am getting the error, "Association cannot be performed between an entity of type campaign and an entity of type list." when I try to use Dynamics CRM Online Web API to make a connection between a Campaign and a Marketing List. I am using V9.0 of the api Approach [...] read more
I am using Crm dynamics 365 . The system was working perfectly i did not change any library but after some business logic changes I always get an error > Microsoft.Crm.CrmArgumentNullException: callManagerInfo in plugins and in web services whenever I am trying update anything from code to crm An example [...] read more
I've got the following error by importing a managed Solution: ErrorCode: 0x80040203 Specified argument was out of the range of valid values. Parameter name: Picklist option with value (1) that has the parent OptionSet with (2286e9b4-f2f9-46da-a860-aca898aa6ef7) id does not exist. Default picklist value has to be one of the option [...] read more
We're using MSCRM Dynamics, and we're trying to get all the children of a particular user. (A user has a manager, the manager has 'children'.) The following works, but throws an exception if the user has no children. This seems logical at first, maybe, but why not just return an [...] read more
I'm trying to select the first 10 records "new_region" in MS Dynamical CRM "<fetch mapping= ""logical"" count=""10"">"+ "<entity name='new_region'>"+ "<attribute name='new_regionid'/>"+ "</entity>"+ "</fetch>"+ Error: <code>0x80040203</code> <description>entity</description> <type>Platform</type> Please, help me! read more