- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2025 03:46 AM
So I have a form and it gets all the tables from i think sys_db_objects, I want to restrict it to only get certain tables, how do i do this. How do i edit the rules for this form.
how do i restrict this say to use only cmdb tables or use non sys tables?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2025 06:45 AM
something like this for only cmdb tables or non-system tables
To show only cmdb tables use this in advanced reference qualifier
javascript: 'sys_class_nameINSTANCEOFcmdb_ci';
Output
To block system tables you can check for name [Does not contain] sys
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2025 09:54 PM
Hi @abhinavmoha ,
I believe, You can't include the database views as you are referencing to sys_db_object table.
Database views are not getting stored in sys_db_object table. its in sys_db_view table.
BR,
Gomathi K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 11:19 PM
Ok, this worked well but I also want to include database views with this as well, how do I do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2025 08:23 AM
I have answered your original question.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 11:28 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader