SetWOFieldNumeric
Structure
SetWOFieldNumeric(sWOFieldName,rValue)
Parameters
| Parameter | Type | Description |
|---|---|---|
sWOFieldName | String | the name of the work order header field |
rValue | Number | the number to be saved to the above field. Numeric values can be returned from other event custom rule functions like LookupWOFieldNumeric |
Description
This procedure sets a numeric value for the work order header field in the parameter - as currently true for the selected work order in the event. The work order for the event is specified in the 'Work Order' field on Field Settings tab in Workflow Configuration. This procedure is only applicable for number-based work order header fields.
Example
No example provided
See also
No related topics