Post by: syed hussain in All Development Dynamics 365 CE
This is a quick post demonstrating how to write a plugin in Microsoft Dynamics 365 Customer Engagement.
Post by: syed hussain in All C# Dynamics 365
The following code captures record updates in a Dynamics 365 CE plugin, and stores this in the description field.
Post by: syed hussain in C# Development
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…
Post by: syed hussain in All C# Development Dynamics 365
Below are some sample linq code snippets to help with querying Microsoft Dynamics 365.
Post by: syed hussain in C# Development Dynamics 365
A code snippet demonstrating how to consume a WCF web service from inside a Dynamics 365 plugin.
Post by: syed hussain in All C# Development Dynamics 365
C# code snippets to help with creating, retrieving, updating and deleting Microsoft Dynamics 365 CE records.