- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 04:44 AM
Hello,
I have created two new UI actions. One should create new button "Save" on incident table, save current record and stay on current record after click on save button. It should replace Update button which redirects to previous page. Problem is that I can still see both buttons (Update and Save) and I would like to see only Save. Do you have any recommendations how to do that?
Second should replace Submit button on incident form which redirects
to previous page by "new" Submit which will let user stay on same page after click. I have created UI action called "Submit incident" bellow but after click on submit I am still redirected to previous page. Do you see any mistakes in configuration?
Thanks a lot in advance for recommendations,
Ondrej
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 05:01 AM
Below link should be helpful
https://community.servicenow.com/community?id=community_question&sys_id=ac3b3efedb102b8854250b55ca961959
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 05:01 AM
Below link should be helpful
https://community.servicenow.com/community?id=community_question&sys_id=ac3b3efedb102b8854250b55ca961959
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 05:09 AM
Thanks for the link Vignesh. If I understand it correctly I will leave my two new UI actions active and create two additional which will remove the original buttons? Is it correct?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 05:14 AM
yes, if you have them created with same action name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 05:31 AM
Thanks. It is working.