How to find number of custom tables?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 02:36 AM
Hi,
could you help me please how can I find number of custom tables which were created?
I want to check if we do not reach the limit of 50 custom tables. I read this document custom-table-guide.pdf
Does such query on Tables [sys_db_object] should be good qualification to display all custom tables?
Or maybe there is a better way to find number of custom tables which were created?
Thank you for your help 🙂
- Labels:
-
compliance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 06:10 AM
Hi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 06:16 AM
Ones that start with u_ or x_ which has count of 61 did you check what is the Extends table for those? Seems, a few apart from the ones you added might be a miss.
Custom Table Inventory is something that would be account for licensing if any & used by ServiceNow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 10:32 AM
Yes, I double checked those tables which are not included in Custom Table Inventory but start with u_ or x_ and found that 13 tables do not extend any table (Extends table=(empty)) and 1 table extends Task table. So I wonder why they are not counted in Custom Table Inventory

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 02:50 AM
Hello
Please check this SN Link "Monitor your custom Tables"
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 03:27 AM