I have a BPF action that pulls back some variables (Process Arguments) that then set values against some form fields. This all works fine, but, it does not auto save the form so there are always "Unsaved changes" between transitions
Everything I have read points to putting and OnChange JS function call for that field in the form. The function works fine only if I manually change the values in the form or in the BPF field, but when the values are set via the action the JS function is not called and the form is still not saved.
Is there any way to get the form to save after a BPF action completes, or any other solution for the above issue?
Regards
Nick