Why cmn_location is not found when we try to create new table to extend cmn_location?

TT3
Kilo Guru

I am trying to create a new table which extends cmn_location OOB table, however, when I tried to search it up in the Extent table field of new table creation page, ServiceNow is not able to find it. Any idea why?

find_real_file.png

1 ACCEPTED SOLUTION

chrisperry
Giga Sage

Hi there,

The cmn_location table is not extensible OOTB. In order to extend the cmn_location table, you will need to set Extensible = true on the cmn_location table record as below:

 find_real_file.png

If this answer is helpful please mark correct and helpful!

Regards,

Christopher Perry

If this answer is helpful please mark correct and helpful!

Regards,
Chris Perry

View solution in original post

1 REPLY 1

chrisperry
Giga Sage

Hi there,

The cmn_location table is not extensible OOTB. In order to extend the cmn_location table, you will need to set Extensible = true on the cmn_location table record as below:

 find_real_file.png

If this answer is helpful please mark correct and helpful!

Regards,

Christopher Perry

If this answer is helpful please mark correct and helpful!

Regards,
Chris Perry