Replace global UI Action by new one

Ondrej Kieler
Kilo Contributor

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?

find_real_file.png

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?

find_real_file.png

Thanks a lot in advance for recommendations,

Ondrej

1 ACCEPTED SOLUTION

VigneshMC
Mega Sage

Below link should be helpful

https://community.servicenow.com/community?id=community_question&sys_id=ac3b3efedb102b8854250b55ca961959

Thanks

View solution in original post

4 REPLIES 4

VigneshMC
Mega Sage

Below link should be helpful

https://community.servicenow.com/community?id=community_question&sys_id=ac3b3efedb102b8854250b55ca961959

Thanks

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?

yes, if you have them created with same action name. 

 

Thanks. It is working.