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

Community Alums
Not applicable

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