- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 06:31 AM
Hi Community,
I want the 'Export' button on all CMDB related tables to be visible for people that are part of specific groups.
This functionality/change should not impact the other tables.
Please suggest if there is any workaround for this
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 09:44 AM
Hi,
You can add the additional condition as per your requirement in the record https://your_instance.service-now.com/sys_ui_context_menu.do?sys_id=d1ad2f010a0a0b3e005c8b7fbd7c4e28....
Sample Screenshot.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 07:19 AM
The export functionality is a UI action, so you can limit its visibility like any UI action. Not sure if it's a table-related UI action, or a global one. It it's the latter, you could deactivate that and create 2 new ones: one for CMDB related tables, including the roles and one global one, excluding the CMDB tables (or exclude the CMDB tables from the existing one).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 07:19 AM
Hi @Akash_Yadav
table sys_ui_context_menu holds the "Export" record and in the conditions fields you can add code that would hide the menu item if your conditions are fulfilled.
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 07:26 AM
Hi,
What export button are you referring to? Please explain.
If you are referring to the Export function in the context menu (shown in image below), then no, this runs on global table, meaning it's accessible on every table, and should not be changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2024 09:44 AM
Hi,
You can add the additional condition as per your requirement in the record https://your_instance.service-now.com/sys_ui_context_menu.do?sys_id=d1ad2f010a0a0b3e005c8b7fbd7c4e28....
Sample Screenshot.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta