Skip to main content

LookupEventAttributeBoolean

Structure

LookupEventAttributeBoolean(sEventAttributeName)

Parameters

ParameterTypeDescription
sEventAttributeNameStringthe name of the attribute, as defined on Event Attributes tab in Event Config.

Return value

Boolean

Description

This function returns 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 function returns Boolean values (True or False) for Boolean-based event attributes..

Example

if LookupEventAttributeBoolean('MYATTRIBUTE') then
ShowMessage('My other code here)
End If

See also

No related topics