Dynamics 365 CE – Set State using a plugin

Below is a code sample that demonstrates how to set the state of a record in Dynamics 365. The plugin Step must be registered on both the SetState & SetStateDynamicEntity…

LINQ examples for Dynamics 365

Below are some sample linq code snippets to help with querying Microsoft Dynamics 365.

Connecting to Dynamics 365 using various grant types

There are multiple methods for connecting to Microsoft Dynamics from a command line application. Here is a lit of a few methods.

Convert a late bound type to an early bound type

Often you'll find a lot of sample code online written in late bound syntax. You can convert between the two by simply using the ToEntity() method.

Consume a WCF from inside a Dynamics 365 plugin

A code snippet demonstrating how to consume a WCF web service from inside a Dynamics 365 plugin.

Set nullable types in Dynamics 365 & C#

A little code snippet demonstrating how to set nullable types in Microsoft Dynamics 365 CE.

Create, update, delete records in Microsoft Dynamics CE

C# code snippets to help with creating, retrieving, updating and deleting Microsoft Dynamics 365 CE records.