Skip to main content

SetEquipmentFieldNumeric

Structure

SetEquipmentFieldNumeric(sEquipmentFieldName,rValue)

Parameters

ParameterTypeDescription
sEquipmentFieldNameStringthe name of the equipment field
rValueNumericthe number to be saved to the above field. Numeric values can also be returned from other event custom rule functions like LookupEquipmentFieldNumeric

Description

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

Example

No example provided

See also

No related topics