ShipmentTransactionRequestsshipmentsunpackedLineserrors
Logs errors encountered during the processing of unpacked shipment lines, aiding in issue resolution and monitoring.
Columns
Name | Type | Description |
ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the shipment transaction request related to unpacked shipment line errors. |
ShipmentsDeliveryInterfaceId [KEY] | Long | Identifier for the interface managing shipment delivery in the transaction request. |
UnpackedlinesDeliveryDetailInterfaceId [KEY] | Long | Unique identifier for the unpacked shipment line delivery details with reported errors. |
MessageName | String | Name of the error message associated with the unpacked shipment line. |
MessageText | String | Detailed description of the error encountered in the unpacked shipment line. |
CreatedBy | String | User or system process that created the unpacked shipment line error record. |
CreationDate | Datetime | Date and time when the error record was created. |
LastUpdatedBy | String | User or system process that last updated the unpacked shipment line error record. |
LastUpdateDate | Datetime | Date and time when the error record was last updated. |
Carrier | String | Name of the carrier responsible for transporting the shipment. |
ExternalSystemTransactionReference | String | Reference to the transaction in an external system. |
Finder | String | Searchable reference field for locating shipment line error records. |
FromActualShipDate | Datetime | Start date range for the actual shipment departure. |
FromInitialShipDate | Datetime | Start date range for the initially planned shipment departure. |
Item | String | Name of the item in the unpacked shipment line. |
ModeOfTransportCode | String | Code representing the mode of transport (for example, air, sea, land). |
Order | String | Order number linked to the unpacked shipment line. |
PackingUnit | String | Packing unit associated with the unpacked shipment line. |
ServiceLevelCode | String | Code representing the shipping service level for the unpacked shipment line. |
ShipFromOrganizationCode | String | Code identifying the organization that ships the item. |
Shipment | String | Unique identifier for the shipment containing the unpacked shipment line. |
ShipmentLine | Long | Unique identifier for the unpacked shipment line within the shipment. |
SoldToCustomer | String | Customer to whom the unpacked shipment line is sold. |
ToActualShipDate | Datetime | End date range for the actual shipment arrival. |
ToInitialShipDate | Datetime | End date range for the initially planned shipment arrival. |
TransactionId | Long | Unique transaction ID linking this unpacked shipment line error record to the transaction request. |