Monday, July 29, 2024

Plugin vs Workflow Execution Order – Which runs first?

Introduction:


In this blog we will see how to trigger Synchronous Plugin before Synchronous Workflow.


Implementation Steps:


1. Open Plugin Registration tool


2. Login with your credentials


3. Select your environment


4. Consider i want my account sync plugin to trigger first


5. Expand your assembly


6. Expand your Plugin Code


7. Open the Step (Which is of Sync)


8. Now Change the EXECUTION ORDER to 0



That's it :)

No comments:

Post a Comment

Basic event handling - Onload, Onchange in MSCRM / Dataverse

  Introduction: Day 3 : Basic event handling - Onload, Onchange in MSCRM / Dataverse Script : function onChange(executionContext) { debu...