- 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
- 6,752 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
01-21-2019 09:01 AM
Hi Cem,
I don't think you can activate a plugin via script.
However here are some best practices for activating the plugins.
https://community.servicenow.com/community?id=community_question&sys_id=8de68fa5db1cdbc01dcaf3231f961928
Thanks
Veer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2019 09:18 AM
I don't think you can script this. However, I am curious about the use case. Why spend the time to script so you active at login. This is a one time event, so why not just activate manually once and be done?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2019 09:37 AM
Hi Cem,
Yes, it is possible to activate a plugin using a background script, but can you share the use case where you want to achieve this ?
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2019 02:15 AM
Hi Ajay,
we operate several prod-instances with several sub-prod instances and we want to sychronize them automatically.
Regards,
Cem