LookupEventWODetailFieldText
Structure
LookupEventWODetailFieldText(sWODetailFieldName)
Parameters
Parameter | Type | Description
| sWODetailFieldName | String | the name of the work order text detail field to be returned. Possible values are:
COMPANY = company that owns the asset on the work order line item
EQUIP_NUMBER = I.D. of the asset on the work order line item
EVENT_ID = current event type
JOB_NUMBER = Work Order number
EQUIP_DESCR = description of the equipment
EMPLOYEE_COMPANY = company of the employee that is assigned to this work order detail item
USER_NAME = employee name that is assigned to this work order detail item
EMP_GROUP_COMPANY = company of the employee group that is assigned to this work order detail item
EMP_GROUP = employee group that is assigned to this work order detail item |
Return Value
String
Description
This function returns the current value for one text field in the 'Auto Launch Confirmation' grid for the current work order selected in the event. The current work order is designated in the event through the 'Work Order' event field ('Field Settings' tab in Workflow Configuration). These fields are visible on the 'Auto Launch Confirmation Dialog', as setup on 'Auto Launch' step in Workflow Configuration. This information can only be returned after the work order is created in the event.
Note: this function is very similar to LookupWODetailText - which looks up values from the actual Work Order detail item stored in the database. This function was created in an earlier version, and it still supported for backwards compatibility.
Example
No example provided
Application Compatibility
IndySoft Calibration Management, IndySoft Commercial Lab Management, IndySoft Tool Management
Also See
No related topics |