Skip to main content

SetEventFieldNumeric

Structure

SetEventFieldNumeric(sEventField,rValue)

Parameters

Parameter | Type | Description
| sEventField | String | the name of the numeric field. Possible values are numeric fields setup on 'Field Settings' tab in Workflow Configuration. Possible values are:

| EVENT_DATE | Date
| RETURN_DATE | Expected ReturnEVENT_TIME | TimeCOST | CostEVENT_TEMP | TemperatureRH | Relative HumidityACTUAL_TIME | Total Time |

Note that several of the values are actually dates. This is accepted because dates are stored in the database as numbersrValue | Number | the value to be set to the above field |

Description

This function sets event field data for sEventField numeric field. This function is only applicable for numeric-based event fields setup on 'Field Settings' tab in Workflow Configuration.

Example

No example provided

See also

No related topics