Zum Hauptinhalt springen

SetWODetailMemoAsText

Structure

SetWODetailMemoAsText(sWODetailFieldName,sValue)

Parameters

| Parameter | Type | Description
| sWODetailFieldName | String | the name of the work order detail fieldsValue | String | the text to be saved to the above memo field. Memo values can be returned from other event custom rule functions like LookupWODetailMemoAsText. Note: memo text values may contain multiple lines |

Description

This procedure sets a memo value for the work order detail memo 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 memo-based work order detail fields.
 
Note: LookupWODetail* and SetWODetail* type functions should be called from 'After Work Order Detail Add' trigger action. Thsi trigger action occurs as the work order detail items are created - triggering once per detail item.

Example

No example provided

Application Compatibility

IndySoft Calibration Management, IndySoft Commercial Lab Management, IndySoft Tool Management

Also See

No related topics |