IsModuleEnabled
4 min
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" docid\ u26v9fecfs6ilwa0 pvjd 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)
