Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to find what all modules actively available in my instance

shaik_irfan
Tera Guru

Hello,

 

How to find all the active module in Servicneow instance.

 

Like Incident, problem, change, service catalog

1 ACCEPTED SOLUTION

VigneshMC
Mega Sage

This should give you the active application menus in your instance 

https://<instance_name>.service-now.com/sys_app_application_list.do?sysparm_query=active%3Dtrue

View solution in original post

2 REPLIES 2

rahulpandey
Kilo Sage

Hi,

Above mentioned are the part of servicenow core implementation. However if you want to check what plugins are active you can check v_plugin table.

 

VigneshMC
Mega Sage

This should give you the active application menus in your instance 

https://<instance_name>.service-now.com/sys_app_application_list.do?sysparm_query=active%3Dtrue