Incorrect attribute value type System.String in Dynamics 365 (CRM)
Views (5091)
We were getting the below error while creating an entity record through a C# Console Application.
This occurred because the code was trying to set string value to one of the decimal type field.
Parsing the string value to decimal and then setting it fixed it.
Hope it helps
Filed under: CRM, Dynamics 365, Microsoft Dynamics 365, Microsoft Dynamics CRM Tagged: CRM, Dynamics 365, Microsoft Dynamics 365, Microsoft Dynamics CRM

This was originally posted here.
*This post is locked for comments