The Zurich release has arrived! Interested in new features and functionalities? Click here for more

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
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
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.