IsModuleEnabled

Checks to see if a module is enabled. The following are the modules that are checked: Change, Configuration, Costing, Discovery, HEAT DSM Integration, Foundation, Incident, Knowledge, License Management, Problem, Release, Self Service, Service Request, Service Level Agreement, Social, Survey, and Voice.

Syntax

IsModuleEnabled(moduleName)

Enabled For

For a description of the business object categories, see Notes on "Enabled For".

Business Object Category Yes/No
Business Rules: Before-Save Rules Yes
Business Rules: Calculation Rules (After Save, with or without Also Recalculate on Load) Yes
Business Rules: Calculation Rules (Before Save or Always, without Also Recalculate On Load) Yes
Business Rules: Calculation Rules (Before Save or Always, with Recalculate On Load) Yes
Business Rules: Editing Rules Yes
Business Rules: Initialization Rules Yes
Business Rules: Read Only Rules Yes
Business Rules: Required Rules Yes
Business Rules: Validation Rules Yes
Client Expressions Yes
Object Permissions No
Services Yes
LDAP Yes
Mobile Yes
Quick Actions (except UI Quick Actions) Yes
UI Quick Actions Yes
Reports Yes
Search/Dashboard without field references Yes
Search/Dashboard with field references No

Parameter

Parameter Description
moduleName The name of a module.  

Return Value

Boolean value. Returns true if it is enabled or false otherwise.

Examples

The following is an example of using this function:

$(IsModuleEnabled("Remote Control") == False)