Skip to main content

SetEventFieldText

Structure

SetEventFieldText(sEventField,sText)

Parameters

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

| EVENT_TYPE | Event Type (this value is not a field under 'Field Settings')
| CONTACT | Vendor ContactUSER_FNAME | Login of user performing the event (this value is not a field under 'Field Settings')DONE_BY_FNAME | EmployeeGAGE_CONDITION | ConditionEVENT_RESULT | ResultVENDOR | VendorPO_NUMBER | P.O. NumberTEMP_TYPE | Temp. TypeEVENT_COMMENT | CommentsDEPARTMENT | DepartmentPARTS | Total Parts CheckedCERT_TYPE | Cert. TypeWO_NUMBER | Work OrderLOCATION | Location (Crib)MACHINE | MachinePARTOP_NUMBER | Part/Oper. #CERT_NUM | Cert. NumberCUSTOM_FIELD1 | User Defined 1CUSTOM_FIELD2 | User Defined 2CUSTOM_FIELD3 | User Defined 3CUSTOM_FIELD4 | User Defined 4SUB_LOCATION | Sub-Location (Bin)WORKSTATION | WorkstationEVENT_STATUS | Completed |

Note that several of the values are actually dates. This is accepted because dates are stored in the database as numberssText | String | the text to be saved to the above field |

Description

This procedure sets the event field text value for sEventField. This function is only applicable for text-based event fields setup on 'Field Settings' tab in Workflow Configuration.

Example

No example provided

See also

No related topics