Any look up with the product code as a payload can be used. The provided sample table record
layout for the inbound product code look up is described in
Table 1.
Table 1. Inbound Product Code Table Record Layout
| Field Type |
Field Name |
Data Type |
Length |
Description |
| Key |
ibmValCollectType |
byte |
2 |
Batch collection type |
| Key |
ibmValFedWorkType |
char |
2 |
Batch work type |
| Payload |
ibmValProductId |
char |
4 |
Inbound product code |
The table record layout for the inbound product deadline is described in
Table 2.
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. |
| StartKeyRange |
ibmIntDeadlineLow |
char |
5 |
Lower end of the business day deadline range. The format is WHHMM, where:
- W
- Is the day of week (Monday = 1)
- HH
- Is the hour
- MM
- Is the minute
|
| EndKeyRange |
ibmIntDeadlineHigh |
char |
5 |
High end of the business day deadline range |
| Payload |
ibmIntBusinessDay |
char |
1 |
Assigned business day of week (Monday = 1) |
| Payload |
ibmValAvailPrefix |
char |
6 |
Availability prefix (normal condition) |
| Payload |
ibmValBillTierPrefix |
char |
6 |
Billing tier prefix (normal condition) |
| Payload |
ibmValBillCodePrefix |
char |
6 |
Billing code prefix (normal condition) |
| Payload |
ibmIntAvailPrefixCurrHol |
char |
6 |
Availability prefix (current date is a holiday) |
| Payload |
ibmIntBillTierPrefixCurrHol |
char |
6 |
Billing tier prefix (current date is a holiday) |
| Payload |
ibmIntBillCodePrefixCurrHol |
char |
6 |
Billing code prefix (current date is a holiday) |
| Payload |
ibmIntAvailPrefixPrevHol |
char |
6 |
Availability prefix (previous date is a holiday) |
| Payload |
ibmIntBillTierPrefixPrevHol |
char |
6 |
Billing tier prefix (previous date is a holiday) |
| Payload |
ibmIntBillCodePrefixPrevHol |
char |
6 |
Billing code prefix (previous date is a holiday) |