- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2019 08:47 AM
All,
is it possible to activate a plugin via script, e.g. set the value of com.glide.service-portal.knowledge-base from false to true. If not, is there another way to activate it automatically, so the activated functionality is a available with the next ServiceNow login?
Many thanks
Solved! Go to Solution.
- Labels:
-
Service Portal
- 8,743 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 01:09 PM
You can use the following to automatically activate plugins:
All you need is the plugin ID..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 11:22 PM
Hi Ajay,
My use case is to re-install the plugins automatically after a clone.
1) Have a table with the plugin list
2) Launch the script, reading this table and install all plugins
BR
Emmanuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 01:09 PM
You can use the following to automatically activate plugins:
All you need is the plugin ID..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2019 07:09 AM
Thanks Ashby, works fine!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2019 01:57 PM
This script work well. Thanks
Can the plugins.push() support loading the demo data?
Tx
Andrew

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020 06:34 AM
When you created this script and tested successful, where did you create it and did you have to create a scheduled job to run it?