Skip to main content

SetEventAttributeBoolean

Structure

SetEventAttributeBoolean(sEventAttributeName,bValue)

Parameters

ParameterTypeDescription
sEventAttributeNameStringthe name of the attribute, as defined on Event Attributes tab in Event Config.
bValueBooleanthe Boolean (True/False) to be saved to the above attribute. Keep in mind that Boolean values can be returned from other event custom rule functions like LookupEventAttributeBoolean, etc.

Description

This procedure sets a Boolean value for the attribute in the parameter - as currently true for the selected asset in the event. Attributes can be added to each event in Workflow Configuration through the 'Event Attributes' tab. This procedure is only applicable to Boolean-based event attributes.

Example

No example provided

See also

No related topics