Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to extend table OOTB Table in servicenow

Community Alums
Not applicable

I need to create Extended Table In service now from location table. I need to create access hour table for the store location,

6 REPLIES 6

Mark Roethof
Tera Patron
Tera Patron

Hi there,

When creating a new table, you can select which table to extend from. Location (cmn_location) though... is out-of-the-box NOT extensible.

find_real_file.png

 

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Hi,

OOB location table is not made extensible, you can make it extensible by checking the extensible checkbox.

find_real_file.png

Once done you can use it in the extends table reference field when creating a new table.

find_real_file.png

Regards,

Deepankar Mathur

Sure you can, though please do inform the poster of this question about the impact and consequences of doing such.

Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Hi Mark,

I've run into this same issue with the sys_choice table. What are the implications if I make it extensible (it is not OOB)? I'd like to avoid a custom table, but if I am running into licensing implications or something else anyway by editing the extensibility of that table, then I may as well make a custom table. Thanks in advance for your advice.