how to first run a process and then save a form

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

how to first run a process and then save a form

Post by swiftinitpvtltd »

I know how to first save and then run a process. If in a form I have a custom save button and want to first run a process and then save a form how do I do that?
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: how to first run a process and then save a form

Post by aware_support »

Finish your process with this action:

EXEC_SCRIPT 'parser.saveForm();'

This is assuming that the process runs from the form.
Aware IM Support Team
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

Re: how to first run a process and then save a form

Post by swiftinitpvtltd »

Thank you!
Post Reply