SetEquipmentFieldMemoAsText
Structure
SetEquipmentFieldMemoAsText(sEquipmentFieldName,sValue)
Parameters
| Parameter | Type | Description |
|---|---|---|
sEquipmentFieldName | String | the name of the equipment field |
sValue | String | the 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