Save and Stay

Anna L
Tera Contributor

I need to implement an UI button, Save and Stay that saves the ticket, but keeps it open, basically have the exact same functionality as right clicking on the menu bar and selecting save from the context menu. How would I do that? Suggestions?

1 ACCEPTED SOLUTION

If you don't reference the UI action in scripts, clear out the Action Name. If you do, give it a different name. The global Save option already has an action name of sysverb_update_and_stay so your new UI action overrides it on the incident form.



I incorrectly said it was the Name in a previous post but it is actually the action name that allows you to override a UI action inherited from global or a parent table.


View solution in original post

7 REPLIES 7

My requirement was only to have on Incident Table.



I created a new Save and Stay UI action on Incident Table. It seems to be working. Is it correct?



find_real_file.png



Right now, I only see these UI actions:



find_real_file.png



And when I right click, apparently it changed the name there as well. I am a little confused now 😞


find_real_file.png


Anna L
Tera Contributor

When I unchecked <form context menu> on the new Save and Stay, now the original Save wont even show up like below:



find_real_file.png


If you don't reference the UI action in scripts, clear out the Action Name. If you do, give it a different name. The global Save option already has an action name of sysverb_update_and_stay so your new UI action overrides it on the incident form.



I incorrectly said it was the Name in a previous post but it is actually the action name that allows you to override a UI action inherited from global or a parent table.