The July 2017 Update for Dynamics 365 introduced a new feature that supports Business Process Flows as an entity. You can now work with each Business Process Flow as its own entity through dashboards, grids, and charts. This also means that you have the ability to interact with them through Dynamics 365 workflows.
In this article, I am going to focus on how you can create a Workflow for the Business Process Flow entity record to change the Active Stage when a field on the Opportunity entity record is updated. Previously this was only possible using client-side APIs or use of a plugin.
Image may be NSFW.
Clik here to view.
Triggers include:
• Process is applied
• Process status changes
• Process is assigned
• Process changes
• Process is deleted
Image may be NSFW.
Clik here to view.
In order to trigger the workflow to fire for a related, parent entity, such as Opportunity, you will need to keep this an asynchronous workflow. Select Process changes as a trigger, which will give you an option of which record type of the field you want the workflow to fire on.
Image may be NSFW.
Clik here to view.
Suppose that with the Out-of-Box Opportunity entity, when an Opportunity is created that is tied to an Existing Contact or Existing Account, the stage should move from the Qualify stage to the Develop stage.
Image may be NSFW.
Clik here to view.
When selecting the Record Type in the workflow, select Opportunity(Opportunity) and select both Account and Contact. This will kick off the workflow when these fields are populated.
Image may be NSFW.
Clik here to view.
Next, choose to Update Record to set the stage and choose to update the Business Process Flow entity. In this case, the Opportunity Sales Process entity.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
In the Set Properties window, choose the Develop stage for Active Stage:
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
After you Save and Activate the Workflow, this should now trigger on update of the Account or Contact fields on the Opportunity record.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.