Hello all,
Working on a solution with a Business Proces Flow. Part of what I need to do is develop some custom code in JavaScript and C# to help automate some of the stages.
I understand the BPF gets its own instance entity as a record. I’m writing some C# plug-ins for that BPF instance entity when the active stage is changes.
On change, I’m getting the active stage id. And then testing to see which stage it is so that I can perform different actions accordingly. I’ve gathered all of the GUIDs of the stages manually and am using them in the plugin for the test.
Will the GUIDs for the process stages be the same when I deploy to PRID?
No, they will not. You need to query your stage definitions by name to find the environment-appropriate GUID.
WarrenBelz
87
Most Valuable Professional
mmbr1606
71
Super User 2025 Season 1
Michael E. Gernaey
65
Super User 2025 Season 1