Is there a way to select a business process flow ("Switch Process") conditionally based on entity field values?
We have tried switching processes via a Workflow as per this video, https://www.youtube.com/watch?v=pFD4QYLxE6k, but this is not working in D365!
We have successfully used JavaScript but this is not the most user friendly experience as it requires a page refresh to see the newly selected business process flow.
Sample JS
Xrm.Page.data.process.setActiveProcess(bpfCurrent, errorFunction);
Any advice would be much appreciated.
*This post is locked for comments
I have the same question (0)