Table list in ServiceNow with description

Rupesh_SN
Giga Guru

Hi All,

 

I am looking for all table list with their description. Please can you advice where can I find it? 

 

Thanks in advance!!

 

Regards,

Rupesh

1 ACCEPTED SOLUTION

AshishKM
Kilo Patron
Kilo Patron

Hi @Rupesh_SN ,

You can open the table ( sys_db_object ) and get the list.

 

-Thanks,

AshishKM

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

6 REPLIES 6

AshishKM
Kilo Patron
Kilo Patron

Hi @Rupesh_SN ,

You can open the table ( sys_db_object ) and get the list.

 

-Thanks,

AshishKM

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Thanks Ashish. I can see 5K+ tables there when searched with sys_db_object.list. 

Just to confirm, do we have description for each table (ie purpose or use of that perticular table)?

Hi @Rupesh_SN 

 

Unfortunate we, dont have description field on sys_db_object table. By reading table name you ned to understand.

 

LearnNGrowAtul_0-1707302885872.png

 

*************************************************************************************************************
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]

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

Thanks Atul!!