What table contains the list of all applications?

ty_roach
Tera Guru

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.

5 REPLIES 5

Mark Stanger
Giga Sage

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.


ty_roach
Tera Guru

thanks for the insight and quick response. I'll make a custom table.


bradpsnc
ServiceNow Employee
ServiceNow Employee

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


Anish Reghu
Kilo Sage
Kilo Sage

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.