How to Add a "New" Button in List View for u_cmdb_ci_exception

PrathmeshT
Tera Contributor

Hi Community,

 

I need to add a "New" button in the list view of the u_cmdb_ci_exception table to allow manual creation of exceptions. This button should open the new record form for this table.


Question:

 

What is the best way to achieve this? Should I use a UI Action or modify the List Control settings? Any guidance or sample scripts would be helpful.

 

Thanks in advance!

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @PrathmeshT 

 

Via list control. And you will get an option to add New Button or Like omit New Button. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

maheshkhatal
Mega Sage

@PrathmeshT Click on three dots (beside every column name) and select Configure-->List Layout and click on Edit New button.

See the Screenshot given below:

configure_new.JPG

Mark my response as helpful.

Thank you,

Mahesh,

sunil maddheshi
Tera Guru

@PrathmeshT 

 

  • Navigate to System UI > List Controls.
  • In  List Control for the u_cmdb_ci_exception table.
  • Ensure that:
    • Omit New Button is unchecked (This allows the "New" button to be shown).
  • Save and test by navigating to the list view of u_cmdb_ci_exception.

 

I have tried this one but still not working.