ShipmentTransactionRequestsshipmentsouterPackingUnitserrors
Records and tracks errors encountered during the processing of outer packing units to facilitate troubleshooting and error resolution.
Columns
| Name | Type | Description |
| ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the shipment transaction request associated with outer packing unit errors. |
| ShipmentsDeliveryInterfaceId [KEY] | Long | Identifier for the interface managing shipment delivery within the transaction request. |
| OuterpackingunitsLPNInterfaceId [KEY] | Long | Unique identifier for the License Plate Number (LPN) associated with the outer packing unit. |
| MessageName | String | Name of the error message related to the shipment transaction. |
| MessageText | String | Detailed description of the error encountered during processing. |
| CreatedBy | String | User who created the shipment transaction request. |
| CreationDate | Datetime | Timestamp when the transaction request was created. |
| LastUpdatedBy | String | User who last modified the shipment transaction request. |
| LastUpdateDate | Datetime | Timestamp when the shipment transaction request was last updated. |
| Carrier | String | Name of the carrier responsible for transporting the shipment. |
| ExternalSystemTransactionReference | String | Reference ID linking the transaction request to an external system. |
| Finder | String | Searchable reference field for locating specific shipment records. |
| FromActualShipDate | Datetime | Start date range for the actual shipment date. |
| FromInitialShipDate | Datetime | Start date range for the originally planned shipment date. |
| Item | String | Identifier or name of the item associated with the shipment. |
| ModeOfTransportCode | String | Code representing the mode of transport for the shipment (for example, air, sea, land). |
| Order | String | Order number associated with the shipment. |
| PackingUnit | String | Unique identifier or name of the packing unit containing the shipment. |
| ServiceLevelCode | String | Code representing the level of service for the shipment (for example, express, standard). |
| ShipFromOrganizationCode | String | Code identifying the organization location from which the shipment originates. |
| Shipment | String | Unique identifier or name of the shipment. |
| ShipmentLine | Long | Line number corresponding to a specific item in the shipment. |
| SoldToCustomer | String | Customer to whom the shipment is sold. |
| ToActualShipDate | Datetime | End date range for the actual shipment date. |
| ToInitialShipDate | Datetime | End date range for the originally planned shipment date. |
| TransactionId | Long | Unique transaction ID linking this error data to the shipment transaction request. |