Functional Description
Purpose
Determine at what level resource assignments are to be made based on the work order document type
passed in. Resource Assignments can be currently maintained at the work order header or work order
routing level.
Setup Notes and Prerequisites
The User Defined Code Type 48 / RL is to be used to define what document types are to be assigned at
the work order routing level.
Special Logic
Technical Specification
Work Order Document Type is a required input.
UDC 48/RL is checked to determine if it exists as a valid code.
If it exists, return '1' indicating assignments at the work order routing level.
If it doesn't exist, return '0' indicating assignments at the work order level.
D4803020 - Resource Assignment Level
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szOrderType | DCTO | char | REQ | INPUT |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
cResourceAssignmentLevel | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. |
None |
None |