incident_sla not part of sys_db_object and sys_dictionary

kanikag
Tera Contributor

is there any parameter or any changes that can be made from admin end so that database view table like incident_sla can be part of sys_db_object and sys_dictionary table

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @kanikag 

 

What parameters you want to change? 

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

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

Bert_c1
Kilo Patron

Any table and field in a Database View are in sys_db_object and sys_dictionary.

Ankur Bawiskar
Tera Patron
Tera Patron

@kanikag 

"incident_sla" is database view which joins incident and sla table

It won't be available in sys_db_object as sys_db_object only holds table data

Database view is a type of table which is shown on the fly by joining the tables

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

How do we get the column info of the view created by the join, is there a way to get the metdata info like we get for tables?