Any lookup with the product code as a payload can be used.
Table 1 provides a sample table record layout for the inbound
product code lookup.
Table 1. Inbound
Product Code Lookup Table Record Layout
| Field Type |
Field Name |
Data Type |
Length |
Description |
| Key |
ibmValCollectType |
byte |
2 |
Cash letter collection type |
| Key |
ibmValFedWorkType |
char |
2 |
Cash letter work type |
| Payload |
ibmValProductId |
char |
4 |
Inbound product code |
Table 2 shows the record layout for the inbound
product deadline.
Table 2. Inbound Product
Deadline Table Record Layout
| Field Type |
Field Name |
Data Type |
Length |
Description |
| Key |
ibmValProductId |
char |
4 |
Inbound product code. This is an optional key.
Any combination of input and calculated fields can replace this key.
All other fields are required. |
| StartKeyRange |
ibmIntDeadlineLow |
char |
5 |
Lower end of business day deadline range. The
format is WHHMM where:
- W
- is the day of week specified as a number. Monday is 1.
- HH
- is the hour
- MM
- is the minutes
|
| EndKeyRange |
ibmIntDeadlineHigh |
char |
5 |
High end of business day deadline range. The
format is WHHMM where:
- W
- is the day of week specified as a number. Monday is 1.
- HH
- is the hour
- MM
- is the minutes
|
| Payload |
ibmIntBusinessDay |
char |
1 |
Assigned business day of week.
Monday is 1. |
| ibmValAvailPrefix |
char |
6 |
Normal availability prefix |
| ibmValBillTierPrefix |
char |
6 |
Normal billing tier prefix |
| ibmValBillCodePrefix |
char |
6 |
Normal billing code prefix |
| ibmIntAvailPrefixCurrHol |
char |
6 |
Availability prefix when the
current date is a holiday |
| ibmIntBillTierPrefixCurrHol |
char |
6 |
Billing tier prefix when the
current date is a holiday |
| ibmIntBillCodePrefixCurrHol |
char |
6 |
Billing code prefix when the
current date is a holiday |
| ibmIntAvailPrefixPrevHol |
char |
6 |
Availability prefix when the
previous date is a holiday |
| ibmIntBillTierPrefixPrevHol |
char |
6 |
Billing tier prefix when the
previous date is a holiday |
| ibmIntBillCodePrefixPrevHol |
char |
6 |
Billing code prefix when the
previous date is a holiday |