1/30/2023
The Why
When building Model Driven Apps you will probably want to move the Business Process Flow (BPF) forward. To do that you will need to get the BPF stage IDs.
The How
Go to the business Process Flow
Copy the ID from the end of the URL
Remove the leading %7b
Remove the trailing %7d
Copy the ID into the Following URL
https://ORGID.crm9.dynamics.com/api/data/v9.1/processstages?$select=stagename&$filter=processid/workflowid eq BPFID
💡 Replace the ORGID and the ID with your Organization ID and the BPFID with the BPF ID
Copy that URL into a browser and copy the ID of each stage