GetEmployeeSupervisors

F060116 Get Employee Supervisors

Minor Business Rule

Object Name: N0500028

Parent DLL: CFND

Location: Client/Server

Language: NER

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.








Data Structure

D050005 - Get Supervisor

Parameter NameData ItemData TypeReq/OptI/O/Both
mnAddressNumberAN8MATH_NUMERICOPTNONE

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

mnSupervisorANPAMATH_NUMERICOPTNONE

The address book number of the supervisor.

mnSupervisor_2ANPAMATH_NUMERICOPTNONE

The address book number of the supervisor.

mnSupervisor_3ANPAMATH_NUMERICOPTNONE

The address book number of the supervisor.

Related Functions

None

Related Tables

None