Functional Description
Purpose
The purpose of this business function is to determine whether a person is an employee or not. It
will also return the number of dependents.
Special Logic
Technical Specification
Data Item Data Structure DescriptionI/ORequiredNotes
AN8mnAddressNumberIY
EV01cEmployeeYesNoON
NDEPmnNumberOfDependentsON
1.0 Fetch single from the F060116 on address number and return the number of dependents
2.0 If the fetch is successful, return a 1, otherwise, return a 0.
D0500545 - F060116 Is Person Employee
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | REQ | INPUT |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
cEmployeeYesNo | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. | ||||
mnNumberOfDependents | NDEP | MATH_NUMERIC | OPT | OUTPUT |
Number of dependents for insurance purposes. See also the definitions for federal and state tax exemptions. |
None |
None |