ShipmentTransactionRequestsshipmentserrors
Tracks errors encountered while processing shipment data in transaction requests, supporting corrective action.
Columns
Name | Type | Description |
ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the shipment transaction request associated with errors. |
ShipmentsDeliveryInterfaceId [KEY] | Long | Identifier for the interface handling shipment delivery within the transaction request. |
MessageName | String | Name of the error message related to shipment processing. |
MessageText | String | Detailed description of the error encountered during shipment processing. |
CreatedBy | String | User who created the shipment error entry. |
CreationDate | Datetime | Timestamp indicating when the shipment error entry was created. |
LastUpdatedBy | String | User who last modified the shipment error entry. |
LastUpdateDate | Datetime | Timestamp indicating when the shipment error entry was last updated. |
Carrier | String | Name of the carrier associated with the shipment. |
ExternalSystemTransactionReference | String | Reference identifier linking this shipment error to an external system transaction. |
Finder | String | Searchable reference field used for locating specific shipment error records. |
FromActualShipDate | Datetime | Start date range for the actual shipment date in the transaction request. |
FromInitialShipDate | Datetime | Start date range for the initially planned shipment date. |
Item | String | Identifier or name of the item associated with the shipment transaction. |
ModeOfTransportCode | String | Code indicating the mode of transport used for shipping (for example, air, sea, land). |
Order | String | Order number associated with the shipment. |
PackingUnit | String | Packing unit or container used for 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 | Name of the customer to whom the shipment is sold. |
ToActualShipDate | Datetime | End date range for the actual shipment date in the transaction request. |
ToInitialShipDate | Datetime | End date range for the initially planned shipment date. |
TransactionId | Long | Unique transaction ID linking this error record to the shipment transaction. |