Skip to main content

SetEquipmentFieldMemoAsText

Structure

SetEquipmentFieldMemoAsText(sEquipmentFieldName,sValue)

Parameters

ParameterTypeDescription
sEquipmentFieldNameStringthe name of the equipment field
sValueStringthe text to be saved to the above memo field. Memo values can also be returned from other event custom rule functions like LookupEquipmentFieldMemoAsText. Memo text could have multiple lines

Description

This procedure sets a memo value as text for the equipment field in the parameter - as currently true for the selected asset in the event. This procedure is only applicable for memo-based equipment fields.

Example

No example provided

See also

No related topics