Functional Description
Purpose
This function will retrieve system code and record type from the F41090 based on ther DSDB and TYDB
passed in from F41092.
Setup Notes and Prerequisites
None
Special Logic
None
Technical Specifications
This function fetchs on F41090 based on the Keys passed in:
Index = 1 Keys = 1 :DSDB
2: DSDB, TYDB
Index = 2 Keys = 1:CLSI
2:CLSI, TYDB
^
D4100830 - Verify And Get Item Supplement Data Type
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cDistributionDatabase | DSDB | char | NONE | NONE |
The code representing what Distribution Data Base is to be used. Currently,only the Inventory Supplemental Data Base is available. This
| ||||
szTypeData | TYDB | char | NONE | NONE |
A code that you enter to distinguish the type of data that you later enter in the Supplemental Database. This user defined code is often an
| ||||
cDisplayMode | DSPM | char | NONE | NONE |
A code that specifies the format of a data type. This code determines the display mode for supplemental data. Valid codes are:
C Code
| ||||
szDescription | DL01 | char | NONE | NONE |
A user defined name or remark. | ||||
szSystemCode | SY | char | NONE | NONE |
A user defined code (98/SY) that identifies a system. Valid values include:
01
Address Book
03B
Accounts Receivable
04
Accounts
| ||||
szRecordType | RT | char | NONE | NONE |
A code that identifies the table that contains user defined codes. The table is also referred to as a UDC type. | ||||
cCallType | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cSuppressErrorMessage | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
mnIndex | CDL | MATH_NUMERIC | NONE | NONE |
The length of the user defined code. It cannot be greater than 10 characters. | ||||
mnKeys | CDL | MATH_NUMERIC | NONE | NONE |
The length of the user defined code. It cannot be greater than 10 characters. | ||||
szDataTypeClassification | CLSI | char | NONE | NONE |
A code that the system uses to group similar data types within the Supplemental Database. | ||||
szTitleCode | GDC1 | char | NONE | NONE |
A description of a supplemental data column that relates to a user defined code. For example, if the supplemental data type relates to the
| ||||
szAmountTitle | GDC2 | char | NONE | NONE |
The title of a supplemental data column that relates to an amount. For example, if the data type relates to bid submittals, the heading could
| ||||
szRemarkColumnTitle1 | GDC3 | char | NONE | NONE |
The title of a supplemental data column. | ||||
szRemarkColumnTitle2 | GDC4 | char | NONE | NONE |
The title of a supplemental data column. | ||||
szFilenameID | FILE | char | NONE | NONE |
The number of a specific table. For example, the Account Master table name is F0901. See the Standards Manual on the programmers'
| ||||
szProgramID | PGM | char | NONE | NONE |
The name of an executable program. | ||||
szVersion | VERS | char | NONE | NONE |
A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined
| ||||
mnDisplaySequence | DSS5 | MATH_NUMERIC | NONE | NONE |
A number that specifies the order of a group of records on the form. | ||||
szProgramName | PGMG | char | NONE | NONE |
The program that performs an existence check for a specified Address Book number. |
None |
F41090 Item Supplemental Data Types |