What function does "(pm.isActive('com.snc.incident.knowledge;')) will perform in Business Rules while creating Incident Create Knowledge

Mohammed Isahaq
Tera Contributor

What function does "(pm.isActive('com.snc.incident.knowledge;')) will perform in Business Rules while creating Incident Create Knowledge ?

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

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.

View solution in original post

2 REPLIES 2

Naveen20
ServiceNow Employee
ServiceNow Employee

It will check whether the plugin is active com.snc.incident.knowledge [KCS Integration for Incident Management]

asifnoor
Kilo Patron

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.