incident

mahesh009
Tera Contributor

I'm trying to customize a form in ServiceNow and need to keep the "Insert" and "Insert & Stay" buttons visible even after the form is submitted. Can you provide guidance on how to achieve this?

6 ACCEPTED SOLUTIONS

VishaalRanS
Tera Guru

Hi @mahesh009 

 

To enable the "Save", "Insert", and "Insert and Stay" buttons on forms, go to system properties > UI properties and check the box.

 

Thanks, and Regards

Vishaal

Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

thullurishalini
Kilo Guru

Hi @mahesh009 

  • Go to System Definition > UI Actions.
  • Find the UI Actions named Insert and Insert & Stay.
  • Open each UI Action and look for the Condition field.
  • Ensure that the condition allows the buttons to be visible even after submission. You might need to adjust the script in the condition field to meet your requirements.
  • Make sure that the Form Context Menu option is unchecked if you want these buttons to appear directly on the form rather than in the context menu.
  • Save your changes and test the form to ensure the buttons remain visible as desired.
  • Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

Sai Krishna6147
Mega Guru

Hi @mahesh009 

we can achieve this by navigating to system properties>UI properties and checking "

SaiKrishna6147_0-1727944429263.png

Enable  Show "Save", "Insert" and "Insert and Stay" buttons on forms." box.

SaiKrishna6147_1-1727944510971.png

Please mark this response as correct or helpful if it assisted you with your question

View solution in original post

brahmandlapally
Mega Guru

Hi @mahesh009 

Go to System properties>>UI properties 

check the conditions and give appropriate conditions according to your requirements and click save.

Thank you.

 

so 

View solution in original post

Sandeep Rajput
Tera Patron
Tera Patron

@mahesh009 Navigate to System Properties >> UI Properties >> Show "Save", "Insert" and "Insert and Stay" buttons on forms.

 

Screenshot 2024-10-04 at 12.18.33 AM.png

View solution in original post

Anantha27
Mega Guru

Hi @mahesh009 

You can navigate to the System properties>>UI properties 

There you can find the check box to enable to visible on the form or not.

Thank you

View solution in original post

8 REPLIES 8

VishaalRanS
Tera Guru

Hi @mahesh009 

 

To enable the "Save", "Insert", and "Insert and Stay" buttons on forms, go to system properties > UI properties and check the box.

 

Thanks, and Regards

Vishaal

Please mark this response as correct or helpful if it assisted you with your question.

Pradeep Thipani
Mega Sage

Hi @mahesh009,

 

You can add the existing buttons based on the conditions you need. see the screenshot below.

 

PradeepThipani_0-1727933469336.png

 

for now, I have removed the condition, so it will be visible in every state of record.

 

PradeepThipani_1-1727933541389.png

 

Thanks,

Pradeep

 

 

"If this response was useful, please select 'Accept as Solution' and mark it as 'Helpful.' This helps me provide better answers and assists the community ".

Regards,
Pradeep

thullurishalini
Kilo Guru

Hi @mahesh009 

  • Go to System Definition > UI Actions.
  • Find the UI Actions named Insert and Insert & Stay.
  • Open each UI Action and look for the Condition field.
  • Ensure that the condition allows the buttons to be visible even after submission. You might need to adjust the script in the condition field to meet your requirements.
  • Make sure that the Form Context Menu option is unchecked if you want these buttons to appear directly on the form rather than in the context menu.
  • Save your changes and test the form to ensure the buttons remain visible as desired.
  • Please mark this response as correct or helpful if it assisted you with your question.

Sai Krishna6147
Mega Guru

Hi @mahesh009 

we can achieve this by navigating to system properties>UI properties and checking "

SaiKrishna6147_0-1727944429263.png

Enable  Show "Save", "Insert" and "Insert and Stay" buttons on forms." box.

SaiKrishna6147_1-1727944510971.png

Please mark this response as correct or helpful if it assisted you with your question