- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2019 10:47 AM
What function does "(pm.isActive('com.snc.incident.knowledge;')) will perform in Business Rules while creating Incident Create Knowledge ?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2019 09:29 PM
Hi,
isActive is a function in GlidePluginManager which is basically used to check if the plugin is activated or not.
It is a best practice to check whether the plugin(if its external) is activated or not before we use.
Ref: https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=r_ScopedGlidePluginManager-isActive_String
Mark the comment as a correct answer and also helpful once worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2019 07:36 PM
It will check whether the plugin is active com.snc.incident.knowledge [KCS Integration for Incident Management]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2019 09:29 PM
Hi,
isActive is a function in GlidePluginManager which is basically used to check if the plugin is activated or not.
It is a best practice to check whether the plugin(if its external) is activated or not before we use.
Ref: https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=r_ScopedGlidePluginManager-isActive_String
Mark the comment as a correct answer and also helpful once worked.