- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 03:53 AM
Hello
I would like to know the best way that I can understand what is implemented in our ServiceNow instance so I can create a capability mapping and understanding -
Is there an easy way to know / see the same items listed in the system?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 02:42 PM
Hi @Ali5
It’s not easy to find out, but if you have admin access, you can check which modules are installed by going to the application navigator and searching for those modules. Alternatively, many products are installed via plugins, so you can also search in the sys_plugin table.or
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
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 02:42 PM
Hi @Ali5
It’s not easy to find out, but if you have admin access, you can check which modules are installed by going to the application navigator and searching for those modules. Alternatively, many products are installed via plugins, so you can also search in the sys_plugin table.or
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
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 04:05 AM
Thank you this was helpful but I now need to obtain the correct level of access to be able to review the results.
Thanks Again!