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
‎04-16-2012 08:08 AM
There's not really a table in ServiceNow that holds the information in that kind of format. You're probably best off creating a custom table to store those in. You might even consider putting them in the Business Service (cmdb_ci_service) table and making them part of your CMDB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2012 08:38 AM
thanks for the insight and quick response. I'll make a custom table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2012 05:33 PM
Hi ty.roach,
You can quickly and easily view all of the applications that are active or even inactive on your instance by performing the following:
> Search 'System Definition' in the left hand navigator
> Select the first choice that appears 'Applications'
From here we have a list view of applications that are active within your instance.
Hope this helps!
Best,
Brad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 09:38 PM
I know it's too late, but still, are you looking for sys_scope.LIST?
Contains list of all applications. And Active=true, tells you, if it is an active one.
Cheers,
Anish
Kindly mark my response as Correct or Helpful, based on how you find it.