Execute vs ExecuteMultipleRequest vs ExecuteTransactionRequest in Dynamics 365
Views (68)
1) Execute We can use Execute method for any D365transaction request without using service methods such as Create,Update, Delete etc.. in the IOrganizationService to perform common operations. We can use Request and Response classes with the Execute method to do any transaction with D365. The Execute method takes a message request class as a parameter and returns a messageā¦
Read more
Read more
This was originally posted here.

Like
Report
*This post is locked for comments