Hi All,
I want to do verify the data change after Process Definitions has ended saving?
Hi All,
I want to do verify the data change after Process Definitions has ended saving?
If I remember correctly, SugarBPM runs as an after_save logic hook with an order of 100. If you create an after_save logic hook with an order greater than 100 it should run after the process has completed.
I've noticed with after-save logic hooks that they will get re-triggered if your BPM flow has a "change field" action in it. So, even if you set the priority higher than the BPM hook, there is a good chance that it will get triggered when you don't expect it to in certain situations.
Ok I will check
Rodrigo Manara
Sr. Developer
Ha! I did not know that I will try
Rodrigo Manara
Sr. Developer