- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2017 02:32 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2017 04:08 PM
Hello Menna,
Navigate to UI action and search for save button->Now modify the record i.e change the table name to incident->Right click on select insert and stay. This will create a new record for incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2017 12:46 AM
Thank you.
Easier to copy and paste the code below.
======================================
Comments:
Saves an existing record and redirects back to current screen
Hints:
Save record and remain here
Condition:
!(current.isNewRecord() && !current.canCreate()) && current.canWrite()
Script:
action.setRedirectURL(current);
current.update();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2017 08:34 PM
Hi Menna,
Go to incident form right click on header and go to UI Actions you can be created any button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2017 11:54 AM
can anyone help? i need to know how to hide a save button on the updated incident form in the Istanbul version of servicenow. Please post a screen shot ot it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 01:00 PM
See the following post: Creating a Save button using UI Action
Chuck is always watching to help us learn.
Change the Table to Incident, update the Action Name so it is unique and then save your new UI Action.
Load the incident form and you should see the Save button now.