Functional Description
Purpose
This named ER will get supervisor names from the Employee Master up to two levels. The employee's
supervisor address book number will be returned. Then that Supervisor's Address Book number will be
used to get his/her Supervisor.
Note: In the Data Structure, we have up to three Supervisor's Address Book be returned. The Third
one can be used in future (or for client's use).
Setup Notes and Prerequisites
Special Logic
Data Item Data Structure
DescriptionI/ORequiredNotes
AN8AddressNumberIR
ANPASupervisor1OOFirst Supervisor
ANPASupervisor2OOSecond Supervisor
ANPASupervisor3OOThird Supervisor
Processing
1.Find the entry for the employee in the Employee Master (F060116).
2.If the Supervisor field is not blank, put the value into supervisor1.
3.Use the Supervisor's Address Book number to go back to F060116 and get the Supervisor's Supervisor
Address Book number.
D050005 - Get Supervisor
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
mnSupervisor | ANPA | MATH_NUMERIC | OPT | NONE |
The address book number of the supervisor. | ||||
mnSupervisor_2 | ANPA | MATH_NUMERIC | OPT | NONE |
The address book number of the supervisor. | ||||
mnSupervisor_3 | ANPA | MATH_NUMERIC | OPT | NONE |
The address book number of the supervisor. |
None |
None |