How to know which plugins my application needs?

LizaS
Tera Contributor

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:

  1. Application menus and models
  2. System properties and properties category
  3. Access controls and roles
  4. A business role
    1. It uses GlideRecord to query tables
    2. gs to log
    3. sn_ws.RESTMessageV2 to perform HTTP requests
    4. gs.getProperty to read property values
  5. Some tables (with list layout)
  6. UI page
  7. 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?

1 ACCEPTED SOLUTION

Pavankumar_1
Mega Patron

Hi @LizaS ,

All these are the Core ServiceNow features. You will be able to access all these features.

 

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

View solution in original post

12 REPLIES 12

@LizaS 

 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@LizaS 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Pavankumar_1
Mega Patron

Hi @LizaS ,

All these are the Core ServiceNow features. You will be able to access all these features.

 

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar