- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2020 12:49 AM
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
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2020 01:25 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2020 12:50 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2020 01:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2020 01:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2020 01:29 AM