Tag: Plugin
Execute a plugin in the context of the logged in user or calling user or SYSTEM user in Microsoft Dynamics 365
Inkey, March 21, 20186991 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 moreConcurrency Control – Prevent multiple users from modifying the same record at the same time.
Inkey, January 31, 20182911 Views
The Dynamics CRM is used by multiple users. So, the possibility of multiple users trying to update the same record at a time is very high. In such situation, changes made by the latest user will be saved. This results into inconsistent data, when the same fields are updated by the users at the same […]
Read more