SetEquipmentFieldDate
Structure
SetEquipmentFieldDate(sEquipmentFieldName,dtValue)
Parameters
| Parameter | Type | Description |
|---|---|---|
sEquipmentFieldName | String | the name of the equipment field |
dtValue | Date | the date to be saved to the above field. Date values can also be returned from other event custom rule functions like LookupEquipmentFieldDate |
Description
This procedure sets a date value for the equipment field in the parameter - as currently true for the selected asset in the event. This procedure is only applicable for date-based equipment fields.
Example
No example provided
See also
No related topics