How do I list all the tables the belong to the current application scope?

stingfeld
Tera Contributor

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?

3 REPLIES 3

Sagar Pagar
Tera Patron

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

The world works with ServiceNow

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

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

sushantmalsure
Mega Sage
Mega Sage

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.

 

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure