Skip to main content

SetEquipmentFieldBoolean

Structure

SetEquipmentFieldBoolean(sEquipmentFieldName,bValue)

Parameters

ParameterTypeDescription
sEquipmentFieldNameStringthe name of the equipment field
bValueBooleanthe boolean (true/false) to be saved to the above field. Boolean values can also be returned from other event custom rule functions like LookupEquipmentFieldBoolean

Description

This procedure sets a boolean (true/false) value for the equipment field in the parameter - as currently true for the selected asset in the event. This procedure is only applicable for boolean-based equipment fields.

Example

No example provided

See also

No related topics