Hi,
I would like to add a command buttons in a Metastorm form and I do no want the default OK and CANCEL buttons in the metastorm form.
How do I achieve it?
Please find the attached screenshot for clarity.
Thanks,
Ravindra
You can hide the Save/Cancel buttons with an OnLoad function calling eworkShowSubmit(false) which I use regularly. (I believe the other one is eworkShowCancel.)
As far as making the button on the screen take over those actions, the button properties include making the button a Commit or Cancel action.