How do I list all the tables the belong to the current application scope?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 09:27 AM
I know how to list all of the system Definition tables. I want to list only the tables the belong to a particular application scope. How can I do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 09:40 AM
Hi @stingfeld,
You need to navigate to sys_db_object.list and apply the filter with
Application is Your_Application_Name
It will list out all the applications related to particular application scope.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 01:57 PM
Hi @stingfeld
It can be achievable via sys_db_object and put filter further.
Please mark this response as correct or helpful or the solution accepted if it assisted you with your question.
Regards
Atul G.
Learn N Grow With Atul G
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
‎07-19-2023 02:11 PM
Here is the direct link to tables with group by applications.
Just change <instanceID> with your instancename
https://<instanceID>.service-now.com/nav_to.do?uri=%2Fsys_db_object_list.do%3Fsysparm_nostack%3Dtrue%26sysparm_query%3DGROUPBYsys_scope%26sysparm_first_row%3D1%26sysparm_view%3D
then you can focus on specific application just by clicking or expanding the group.
Regards,Sushant Malsure