Would you please help me and teach me how I can force the Order Entry screen to refresh after a BPM in Post Directive method run. In other words, how can I invoke and force the system to refresh the screen within a BPM code
Thanks
Would you please help me and teach me how I can force the Order Entry screen to refresh after a BPM in Post Directive method run. In other words, how can I invoke and force the system to refresh the screen within a BPM code
Thanks
Ensure you perform a GetByID on the record then in a custom code block call:
this.dsHolder.Attach(ds);
Where “DS” is your record table set variable
What if custom code is not an option?
BPM has no relations to UI. So I think you have to add client side customization here.
Post-processing directive can fill some field in BPM Data row. Customization should check that field and force UI refresh.