|
Name |
Type |
Discontinued? |
|
1 |
ORDER_ID |
NUMERIC |
No |
|
|
|
The unique identifier (.1 item) for the order record representing an external linked group. |
|
|
2 |
GROUP_LINE |
INTEGER |
No |
|
|
|
The line number of the linked order in this external linked group record. Together with ORDER_ID, this forms the foreign key to the EXTERNAL_ORDER_INFO table. |
|
|
3 |
VALUE_LINE |
INTEGER |
No |
|
|
|
The line number of this piece of the external linked order's summary information. |
|
|
4 |
EXT_LINKED_SUMMARY |
VARCHAR |
No |
|
|
|
The summary of the linked order. All lines of this order's summary (that is, all lines with the same ORDER_ID and GROUP_LINE) should be concatenated to get the full summary text. |
|
|