How to control the extendibility of tables?

Abhishek_Thakur
Mega Sage

Do you know what controls the extendibility of any table in ServiceNow?"
Today I was implementing the application, I landed up in the situation where I need to extend with the "sys_user" table but it was not reflecting in the reference field. So, I checked the properties of sys_user table and I found that in control section of table you need to enable the "Extensible" checkbox to true to make your table extendible with another table.

Extensibility.jpg

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Abhishek_Thakur 

 

You can go in tables in Navigation and on list view you can see which table has extensible

 

LearnNGrowAtul_0-1704213907152.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]

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

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Abhishek_Thakur 

 

You can go in tables in Navigation and on list view you can see which table has extensible

 

LearnNGrowAtul_0-1704213907152.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 @Dr Atul G- LNG for your solution.