Skip to main content

LookupEventAttributeMemoAsText

Structure

LookupEventAttributeMemoAsText(sEventAttributeName)

Parameters

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

Return value

String

Description

This function returns a memo field as string(text) 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 text values for memo-based event attributes. Note: the return value is returned as a Time, but that result could also be read as a numeric value. Use StrToTime and TimeToStr functions to translate the time into text and vice versa.

Example

No example provided

See also

No related topics