This command provides a mechanism to add an individual Item to a location in which another Item currently resides.
The fields in this record are:
Field |
Description |
char record_type[3] |
ADD |
COR_BOOLEAN ext_proc_flag |
If TRUE, get all info from ext process for serialized item |
char region_id[17] |
Region where the item is to be added to the queue or production start is to begin |
COR_I2 region_loc |
Specific location in the region where the Item is to be added |
char item_id[21] |
Unique identifier of a serialized item |
char reference_id[21] |
Secondary identifier of a serialized item |
char item_type_id[17] |
Item type identifier |
char parent_item_id[21] |
Associated serialized item identifier |
COR_U4 item_status |
Item status |
COR_BOOLEAN ext_hold_active |
If TRUE, item held due to external hold. |
char group_id[17] |
Identifier of the Tracking Group providing the reason for the hold. |
COR_BOOLEAN int_hold_active |
If TRUE, item held due to internal hold. |
char int_hold_reason[41] |
Comment specifying reason for internal hold. |
char comment[41] |
Comment to be recorded in prt history log file. |
char user_or_svc_id[33] |
User or service identifier |
If no Item Attribute information is to be specified for this item, the ADD record need not be preceded by any ATT records (for filling in elements within the Item Attribute array). To specify Item Attribute information, see the description of the ATT record type.
Import file format. |