Functional Description
Purpose
To retrieve the address number, mailing name, and tax ID for the user ID passed in.
Setup Notes and Prerequisites
Special Logic
Technical Specification
Error Codes: 0 = No Errors, 1 = Missing User ID, 2 = Could not retrieve Address Number from F0092
using the User ID as the key. 3 = Could not retrieve Mailing Name from F0111. 4 = Could not retrieve
Tax ID from F0101
DN0800023 - Retrieve User ID Address Number
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szUserId | USER | char | REQ | INPUT |
The code that identifies a user profile. | ||||
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | OUTPUT |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
szNameMailing | MLNM | char | OPT | OUTPUT |
The company or person to whom billing or correspondence is addressed. | ||||
cErrorCode | ERRC | char | OPT | OUTPUT |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
szTaxId | TAX | char | OPT | OUTPUT |
The identification code required by various tax authorities. This can be a social security number, federal or state corporate tax ID, sales tax
|
None |
None |