Skip to main content

SetEventAttributeTime

Structure

SetEventAttributeTime(sEventAttributeName,dtValue)

Parameters

ParameterTypeDescription
sEventAttributeNameStringthe name of the attribute, as defined on Event Attributes tab in Event Config.
dtValueTimethe time to be saved to the above attribute. Time values are typically returned from other event custom rule functions like LookupEventAttributeTime, etc.

Description

This procedure sets a time 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 date-based event attributes.

Example

No example provided

See also

No related topics