How to Add a "New" Button in List View for u_cmdb_ci_exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 05:42 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 06:11 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 06:16 AM
@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:
Mark my response as helpful.
Thank you,
Mahesh,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 06:23 AM
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 10:04 PM
I have tried this one but still not working.