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
When working with inventory, transferring items from one site to another is a very common business requirements. Such requirement can be processed in Dynamics NAV in two different ways, each
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