C# Code · D365 Error · Dynamics Plugins

{Dynamics CRM Error} The formatter threw an exception while trying to deserialize the message

Today while working on one of the queryexpression code in my project I faced this issue. Error Details Message=The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://schemas.microsoft.com/xrm/2011/Contracts/Services:request. The InnerException message was ‘Error in line 1 position 1836. Element ‘http://schemas.microsoft.com/2003/10/Serialization/Arrays:anyType’ contains data from a…… Continue reading {Dynamics CRM Error} The formatter threw an exception while trying to deserialize the message

Customization and Configuration · D365 Error

{Dynamics 365} Minimum privilege required for Lead qualification

In this blog I will discuss about the minimum privilege required for Lead Qualification. As we already know when we qualify a Lead record Opportunity, Account and Contacts gets created in system. We have different scenarios which will be applicable for any project requirement when we talk about Lead qualification The lead is owned by…… Continue reading {Dynamics 365} Minimum privilege required for Lead qualification

D365 Error · Dynamics 365 WEB API

{Alternate Key Limitation}Performing updates using alternate key in Dynamics 365 WebAPI

While updating CRM record using alternate key from Web API which has unicode character in field data, It throws Bad request exception. new_ANGLESector@odata.bind”: “/new_anglesectors(new_name=’Water Auth/Company’)”, Exception message”: “Bad Request – Error in query syntax.”, “type”: “Microsoft.OData.ODataException”, “stacktrace”: ” at Microsoft.OData.UriParser.ODataPathParser.ExtractSegmentIdentifierAndParenthesisExpression(String segmentText, String& identifier, String& parenthesisExpression) Unicode characters in key value If the data within a…… Continue reading {Alternate Key Limitation}Performing updates using alternate key in Dynamics 365 WebAPI

D365 Error · Dynamics 365 WEB API · Dynamics CRM Javascript · Javascript

Dynamics CRM 365 WEB API Common Errors and Resolution

While working with Dynamics CRM web api we may get different exceptions. I have compiled list of common error and their resolution based on my experience working on recent projects Error – An error occurred while validating input parameters: Microsoft.OData.ODataException: Does not support untyped value in non-open type. POST – https://CRMORG.api.crm.dynamics.com/api/data/v9.1/leads { “firstname”: “Jenny”, “lastname”:…… Continue reading Dynamics CRM 365 WEB API Common Errors and Resolution