How to Identify custom tables created in oue instance.

Prem Vikas K2
Tera Contributor

Hello All,

Does tables created extending task is also considered as custom table?

How to Identify custom tables created in our instance. We have custom tables created in global scope as well other scopes?

Regards

Prem Vikas K

1 ACCEPTED SOLUTION

Pooja Mallikarj
Kilo Sage

Hi,

Yes.

To identify custom table

  • For a table in a scoped application, the name is prefixed with a namespace identifier to indicate that it is part of an application.
  • For a table in the global application, the name is prefixed with the string u_. For ex: If you create a table with label Test the name will be u_test. 

Thanks,

Pooja M

View solution in original post

6 REPLIES 6

Mark Roethof
Tera Patron
Tera Patron

Hi there,

"Does tables created extending task is also considered as custom table?"

In short: Yes.

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

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

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

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

LinkedIn

asifnoor
Kilo Patron

Yes.

The tables which extend cmdb and import set tables are not considered as custom tables. All other newly created tables are considered as custom table.

Mark the comment as correct/helpful if this answers your question.

Pooja Mallikarj
Kilo Sage

Hi,

Yes.

To identify custom table

  • For a table in a scoped application, the name is prefixed with a namespace identifier to indicate that it is part of an application.
  • For a table in the global application, the name is prefixed with the string u_. For ex: If you create a table with label Test the name will be u_test. 

Thanks,

Pooja M

Thanks Pooja. I have few tables with prefix u_ but created by SYSTEM. Are they excluded from custom table entitlement?.