Skip to main content

SetEquipmentAttributeMemoAsText

Structure

SetEquipmentAttributeMemoAsText(sEquipmentAttributeName,sValue)

Parameters

ParameterTypeDescription
sEquipmentAttributeNameStringthe name of the equipment attribute.
sValueStringthe text value to be saved to the above memo attribute. Memo values can also be returned from other event custom rule functions like LookupEquipmentAttributeMemoAsText. This text value can contain multiple lines.

Description

This procedure sets a memo value for the equipment attribute in the parameter - as currently true for the selected asset in the event. Equipment attributes can be setup through Add/Edit Attributes...Attribute Types. This procedure is only applicable to memo-based equipment attributes.

Example

No example provided

See also

No related topics