The CRM strategies make use of several processes and automation tools. Microsoft provides many resources to implement these. This article will present different methods available.
FetchXML is a query language used in Dynamics 365 and in the Common Data Service. It’s expressed in an XML format with some aggregation capabilities, like sum, average, or total. This language supports filters upon the main entity but also filters upon linked entities
The main language used to develop custom component (plugin, …) for dynamics 365 is C#.NET. It could be very useful to have access to the dynamic 365 instances with code in order to test part of code for instance. Let’s see a little piece of code which can be very helpful. In this tutorial, we’re going to see how to do with C# language.