1.Functional Description
1.1Purpose
If in an add mode, the effective date is set to the current date
and all address fields are left blank. On a revision mode the
address fields are set by the effective address date set in the
F0101 file.
1.2Setup Notes and Prerequisites
If address book number is blank or zero then the function will exit with no error returned.
1.3Special Logic
2.Technical Specifications
2.1Parameters:
2.2Related Tables
Table Table Description
F0116Address by Date
2.3Related Business Functions
Source NameFunction Name
RETDATENot sure this is used
B9800100Get Audit Information
2.4Processing .
D0100033 - Effective Date Address Retrival
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | NONE | NONE |
| ||||
jdDateBeginningEffective | EFTB | JDEDATE | NONE | NONE |
The date that an address, item, transaction, or table record becomes active. The meaning of this field differs, depending on the program.
| ||||
cEffectiveDateExistence10 | EFTF | char | NONE | NONE |
A code that indicates whether a record has been processed by an update program based on some date criteria. Values are:
Blank or
| ||||
szAddressLine1 | ADD1 | char | NONE | NONE |
The first line of a mailing address for an employee, customer, or supplier in the Address Book system. The U.S. Internal Revenue Service
| ||||
szAddressLine2 | ADD2 | char | NONE | NONE |
The second line of the mailing address for an employee, customer, or supplier in the Address Book system.
Attention Payroll users: The
| ||||
szAddressLine3 | ADD3 | char | NONE | NONE |
The third line of the mailing address for an employee, customer, or supplier in the Address Book system.
Attention Payroll users: The
| ||||
szAddressLine4 | ADD4 | char | NONE | NONE |
The fourth line of the mailing address for an employee, customer, or supplier in the Address Book system.
Attention Payroll users: The
| ||||
szZipCodePostal | ADDZ | char | NONE | NONE |
The United States ZIP code or the postal code that specifies where a letter is to be routed. Attach this code to the address for delivery in
| ||||
szCity | CTY1 | char | NONE | NONE |
A name that indicates the city associated with the address. | ||||
szCountyAddress | COUN | char | NONE | NONE |
The name of a county, parish, or other political district that is necessary for the address or for tax purposes. | ||||
szState | ADDS | char | NONE | NONE |
A user defined code (00/S) that specifies the state or province. This code is usually a postal service abbreviation. | ||||
szCountry | CTR | char | NONE | NONE |
A user defined code (00/CN) that identifies a country. The country code has no effect on currency conversion.
The Address Book system
| ||||
szUserid | USER | char | NONE | NONE |
The code that identifies a user profile. | ||||
szProgramid | PID | char | NONE | NONE |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
| ||||
jdDateupdated | UPMJ | JDEDATE | NONE | NONE |
The date that specifies the last update to the file record. | ||||
szWorkstationid | JOBN | char | NONE | NONE |
The code that identifies the work station ID that executed a particular job. | ||||
mnTimelastupdated | UPMT | MATH_NUMERIC | NONE | NONE |
The time that specifies when the program executed the last update to this record. | ||||
szNamealpha | ALPH | char | NONE | NONE |
The text that names or describes an address. This 40-character alphabetic field appears on a number of forms and reports. You can enter
| ||||
mnSynchronizationStatus | SYNCS | MATH_NUMERIC | OPT | NONE |
A user defined code that indicates the post synchronization validation status of the record.
Valid Values are:
0
Success (Blank)
1
The record
| ||||
mnServerStatus | CAAD | MATH_NUMERIC | OPT | NONE |
A user defined code that indicates the server synchronization status of the record.
Valid values are:
0
The record has been changed on the
|
B0000127 Return todays date in JDEDATE format |
F0116 Address by Date |