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
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
One of the strangest part of the Dynamics CRM WebApi is the pluralisation of the entity names. In the old OData endpoint, the entity set name was <EntityLogicalName>Set – however