Number of tables associated with a custom application
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 01:39 AM
If I selected an application in ServiceNow store, will I be able to get the number of tables used to create it. I searched it on the plugins list, but for all the applications the custom table count is showing as 0. Can I get it from store?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 04:14 AM
The number of tables consumed by a store app should be stated on the store page for the app.
See bottom right for this example.
If the app you install doesn't say - you could always have a look in say [sys_db_object] for said application/scope and do a summary there.
If helpful or correct, please state so!