Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

submit button as save button

Anubhav Srivas1
Tera Expert

Hello Experts,

I need your help. I want the submit button on the change request to work like a save button but i don't see any ui action for it.

I have made a separate save button for the purpose but unable to remove the submit button from the page.

Please check the attached images.

1 ACCEPTED SOLUTION

Rakesh Mamidi
ServiceNow Employee

Hi,

 

The UI Action "Submit" is global action, so table name will be Global [global].

From your custom UI action (Save), you need to override the Submit button.

https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/list-administrati...

View solution in original post

2 REPLIES 2

Rakesh Mamidi
ServiceNow Employee

Hi,

 

The UI Action "Submit" is global action, so table name will be Global [global].

From your custom UI action (Save), you need to override the Submit button.

https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/list-administrati...

Anubhav Srivas1
Tera Expert

Thanks a lot. Much appreciated.