May 2017
Intermediate to advanced
442 pages
11h 55m
English
The first new concept was how Dynamics 365 for Operations handles collections. In C#, we would return a typed collection or an array (MyClass[]), and we could use the foreach command to iterate through it.
The next part was to create a service and service group, which simply instructs the system to generate public services exposing the methods we added to the service.
We will see how this is used in the next recipe.
Read now
Unlock full access