Creating a record in Microsoft Dynamics CRM using C# is pretty straightforward. When you try to create a record together with some related records in the same request, you should use the RelatedEntities property of the parent entity (msdn). The RelatedEntities property requires the… Read More
Execute a Dynamics CRM Workflow from C#
Executing a Workflow from code requires a different approach than executing a custom action from code. This post describes why.