
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 03:55 AM
Hi,
In other organisations I'm used to having a Save button visible within a New Change Form. Currently the only Form button at the Stage of 'New' is a "Submit" Button which returns to the previous screen, which will make it difficult for itil users who don't know how to right click the context menu, and then lose a change every time they've submitted it.
Currently, after Submitting or Saving (via the context menu) the form at the 'New' stage, it stays in a state of New, however new Form buttons appear (Discuss, Follow, Request Approval, Update, Delete).
Rather than a "Submit" button on the new form, I require a Save button that
- still honours all of the mandatory field requirements,
- returns us to the New state again,
- stays on the same form,
- and also shows the above new Form buttons
Basically I want a Save button in the Form that does the same thing the context menu's Save button already does. There appears to be a global UI Action for this, but for some reason doesn't show for Change.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 01:42 AM
If there is a UI Action on Global Table then if all the conditions match then the same UI action will be visible on change form too.
Do you have any Global Save UI Action which is meeting all the conditions on change form? IN My PDI OOTB I don't have any.
so we can create new Form Button UI Action Save like below on the table that is required.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 04:15 AM - edited ‎07-03-2024 07:16 AM
Hi @mattmm
Navigate to UI action and search for Save button->change the table name to Change Request->Right click and select insert and stay. This will create a new Ui Action for Change Request table.
Make sure Form Button checkbox is checked.
Refer below article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0720548
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2024 10:32 PM - edited ‎07-07-2024 10:33 PM
Unfortunately changing a Global button like this to Change Mgmt., means it is not used on other global tasks. Also the fact there is a Global Save button but it is not seen for Change perplexes me. When Doing an Insert and Stay I struggle with the Conditions required, and it messes up other buttons available on that page also. It looks like this came Out of the Box in Washington or even prior, and not sure why there wouldn't be a Save. I'm interested to know what Conditions I would require for a Save button that stays on the same page and in the same state and for all Change types at the "New" Stage of the Change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 01:42 AM
If there is a UI Action on Global Table then if all the conditions match then the same UI action will be visible on change form too.
Do you have any Global Save UI Action which is meeting all the conditions on change form? IN My PDI OOTB I don't have any.
so we can create new Form Button UI Action Save like below on the table that is required.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP