How to add the Insert and Stay option into the form ?

SreenadhChenna
Tera Contributor

Hi,

How to add the Insert and Stay option into the form ?

Thanks,

1 ACCEPTED SOLUTION

SwarnadeepNandy
Mega Sage

Hello @SreenadhChenna,

 

The Insert and Stay option is a useful feature in ServiceNow that allows you to save a record and remain on the same form, instead of being redirected to the list view. To enable this option on a custom table, you need to follow these steps:

  1. Navigate to System Properties > All Properties and search for the property glide.ui.task.insert.
  2. Make sure the value of this property is set to true. If not, change it and save the property.

You should now see the Insert and Stay option in the hamburger menu of your custom table form. You can use it to create or update records without leaving the form.

For more information, you can watch these videos that demonstrate how to enable and use the Insert a...

 

Hope this helps.

 

Kind Regards,

 

View solution in original post

3 REPLIES 3

SwarnadeepNandy
Mega Sage

Hello @SreenadhChenna,

 

The Insert and Stay option is a useful feature in ServiceNow that allows you to save a record and remain on the same form, instead of being redirected to the list view. To enable this option on a custom table, you need to follow these steps:

  1. Navigate to System Properties > All Properties and search for the property glide.ui.task.insert.
  2. Make sure the value of this property is set to true. If not, change it and save the property.

You should now see the Insert and Stay option in the hamburger menu of your custom table form. You can use it to create or update records without leaving the form.

For more information, you can watch these videos that demonstrate how to enable and use the Insert a...

 

Hope this helps.

 

Kind Regards,

 

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @SreenadhChenna 

Greetings!

Open the ui action record for Insert and Stay from right click on form header > choose configure > UI Actions,

Select the "Form button" option. It will be available on forms.

 

please mark the answer as correct and helpful if helped!

Kind Regards,

Ravi Chandra.

What information has to be filled out after creating a New UI action and selecting "Form Button?"