By using this website, you agree to our Terms of Use (click here)
Does anyone have tips for my below scenario.
We have multiple business events, updating fields within the same screen. We want the business events to run sequential as the 1st business event has to trigger in order for the 2nd and 3rd business event to trigger. It would be great if you could set a priority within business events, to allow the business events run in the order you wish. Currently our workaround is to put the record on Hold to ensure the record has a changed record which allows the following business events to run.
It might depend on your screen but say you add 3 custom Boolean field BE1,BE2 & BE3
The first business event then checks BE1, the second business event looks for BE1=True, BE2=False, BE3=False
The second business event then checks BE2 and the third business event looks for BE1=True, BE2=True, BE3=False
The final business event then checks BE3 to True and that finishes the sequence.