- 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 01:59 AM
I don't believe the answer you marked as correct, is correct. What if you created a custom table, in an existing scoped app for example? And there are more exemptions. So only looking at u_ and scoped tables is not correct.
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
‎05-31-2022 12:29 AM
If the table is created in a scoped application, the name is prefixed with a namespace identifier, indicating it is a part of the application. |
If the table is created in the global application, the name is prefixed with "u_". If the table is being created in a scoped application, the name is prefixed with a namespace identifier: "x_", indicating that it is a part of an application. |