Skip to main content

LookupEventFieldNumeric

Structure

LookupEventFieldNumeric(sEventField)

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 numbers. |

Return value

Numeric

Description

This function returns the event field data for sEventField as a number. 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