What table contains the list of all applications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2012 07:48 AM
I'm trying to figure out what table contains the list of all applications that have been installed and are active? I'd like to be able to select from there the list of available applications when asking a new service-now customer what applications they need access to.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 10:51 AM
If you are still looking for this information
"sys_scope" table gives the list of all the application scopes available in the instance
"sys_metadata" table gives the list of all the applications in different scopes available in the instance
"sys_app" table gives the list of all the custom applications installed in the instance
Hope this is Helpful