"Insert and Stay" ootb button on custom table/custom application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 07:14 PM
Hello Folks,
I have created a custom table in custom app scope. but I don't see ootb 'Insert' and 'Insert and Stay' buttons on the form. aren't those available by default on custom app tables? how do I get it if I need them?
Thanks,
Rocky.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 07:22 PM
Hi @Rocky5 ,
'Insert' and 'Insert and Stay' buttons are part of the default UI actions that are typically available for records in Out-of-the-box (OOTB) tables. However, if you’ve created a custom table in a custom application scope, these buttons may not appear by default. This can happen because the buttons are not automatically included in custom tables, especially if the custom table is scoped and doesn't inherit these UI actions from its parent application.
To resolve this and get the 'Insert' and 'Insert and Stay' buttons for your custom table, you can manually create or add the corresponding UI Actions.
Accept the solution if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 07:29 PM
Hi @Rocky5 ,
Go to sys_properties.list and then search for the property---glide.ui.task.insert Make sure the value is set to true for this property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 07:30 PM
Hi @Rocky5 ,
You can also refer to this thread : https://www.servicenow.com/community/developer-forum/hide-insert-amp-insert-amp-stay-buttons-on-scop...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:41 AM
Hi Sandeep,
Enabling this property will show 'Insert and stay' button on all tables that are extending from 'task' table. Where it is getting displayed on 'RITM' table. Is there a way we can restrict this to only one table after enabling the property ?
Thanks,
Rocky.