Hi;
I have a process with Open edit page element.
it's set as
I change the status and run save() method.
It works properly
but when i run
save (isSilent: true, callback: function() {method()})
in 7.17it works but after migration to 8.21
it save the record run callback function but do not move the process forward
Have you any idea what can goes wrong.
Regard
Tomek
Like
Hello!
Based on your description, it seems the issue may be related to changes in the behavior of the save() method between versions 7.17 and 8.21. To assist you further, please verify the following:
1. Ensure that the Open edit page element in your process is configured correctly and that the process logic after the save() method is properly defined (including call parent logic)
2. Check if there are any errors in the browser console or application logs when the process does not move forward after the save() method is executed.
3. Confirm whether the issue occurs consistently or only under specific conditions.