- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 04:56 AM
Hey, I've recently created a new ServiceNow application.
How can I know which plugins my application requires (I haven't installed any additional plugins on my instance as part of the development and testing process)?
My app has the following features:
- Application menus and models
- System properties and properties category
- Access controls and roles
- A business role
- It uses GlideRecord to query tables
- gs to log
- sn_ws.RESTMessageV2 to perform HTTP requests
- gs.getProperty to read property values
- Some tables (with list layout)
- UI page
- Import set web service
I believe the application needs the System Import sets plugin, but I'm unsure what other plugins are needed.
Maybe REST API Provider?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 05:13 AM
Hi @LizaS ,
All these are the Core ServiceNow features. You will be able to access all these features.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 04:59 AM
Hi @LizaS
If you are in PDI, it is still good but if you are in a client instance then need to be assured, a few plugins come with cost and subscription. There is no standard definition that which plugins are required, it depends on the use case. Before you think about plugging, try to see if that functionality is available in OOTB, like you said, Import, which is OOTB and no plugin is required. If you did not find then search on ServiceNow docs about the functionality you are looking for and then you may get the plugins.
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
12-24-2024 06:50 AM - edited 12-24-2024 06:50 AM
As mentioned, I haven't installed (or needed) any dedicated plugins.
That being said, every ServiceNow instance comes with some pre-installed plugins, so I try to make sure which one I need exactly (out of the pre-installed ones).
I want to list them as part of the application certification process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 06:54 AM
Hi @LizaS
You can go to Application Manager and see what are pre installed
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
12-24-2024 06:59 AM
Thank you for getting back to me.
I know what's pre-installed.
I try to understand, out of all the preinstalled plugins, what's relevant to the application features I mentioned above.