System.getGlobalVariableAsBoolean()

Signature

boolean getGlobalVariableAsBoolean (String propertyKey, boolean defaultValue)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns the requested global variable's value as a boolean.

Parameters

NameTypeDescription
propertyKeyStringThe property key to get the value for.
defaultValuebooleanThe value to return if the requested value is not present.

Returns

TypeDescription
booleanThe requested global variable's value as a boolean.

Cautions

none