Month: March 2018
Execute a plugin in the context of the logged in user or calling user or SYSTEM user in Microsoft Dynamics 365
Inkey, March 21, 201824878 Views
Many a times, in Microsoft dynamics CRM, we may want to execute some part of the plugin as logged in user or calling user(As mentioned in plugin step registration) or SYSTEM user. Today, in this blog, I will explain the UserId and InitiatingUserID properties of the iPuginExecutionContext, which are used for getting the user id, […]
Read moreSwagger in Microsoft Dynamics 365 Web API
Inkey, March 12, 201812366 Views
The Swagger UI is one of the most popular tools for generating an interactive documentation from your OpenAPI document. It makes the process of viewing the results of the Web API much easier. There are situations, where, we need to make use of the Web API, for connecting the external website/resource with the dynamics CRM […]
Read more