ShipmentTransactionRequestserrors
Tracks and manages errors encountered during the processing of shipment transaction requests, facilitating troubleshooting.
Columns
| Name | Type | Description |
| ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the transaction request associated with shipment errors. |
| MessageName | String | Name of the error message related to the shipment transaction request. |
| MessageText | String | Detailed text describing the error encountered during shipment processing. |
| CreatedBy | String | User who created the shipment transaction request error entry. |
| CreationDate | Datetime | Timestamp indicating when the shipment transaction request error was created. |
| LastUpdatedBy | String | User who last modified the shipment transaction request error entry. |
| LastUpdateDate | Datetime | Timestamp indicating when the shipment transaction request error was last updated. |
| Carrier | String | Shipping carrier involved in the transaction request. |
| ExternalSystemTransactionReference | String | Reference to an external system transaction related to the shipment error. |
| Finder | String | Identifier used to locate or retrieve shipment transaction request errors. |
| FromActualShipDate | Datetime | Start date range for actual shipment date associated with the transaction error. |
| FromInitialShipDate | Datetime | Start date range for initially planned shipment date associated with the transaction error. |
| Item | String | Item or product associated with the shipment transaction request error. |
| ModeOfTransportCode | String | Code representing the mode of transport (for example, air, sea, ground) used in the shipment transaction. |
| Order | String | Order number related to the shipment transaction request error. |
| PackingUnit | String | Packing unit or container details involved in the shipment transaction error. |
| ServiceLevelCode | String | Code representing the service level or shipping priority for the shipment transaction request. |
| ShipFromOrganizationCode | String | Code identifying the organization or warehouse from which the shipment originated. |
| Shipment | String | Shipment reference number related to the transaction request error. |
| ShipmentLine | Long | Specific line item within the shipment transaction that encountered an error. |
| SoldToCustomer | String | Customer who purchased the goods associated with the shipment transaction error. |
| ToActualShipDate | Datetime | End date range for actual shipment date associated with the transaction error. |
| ToInitialShipDate | Datetime | End date range for initially planned shipment date associated with the transaction error. |
| TransactionId | Long | Unique identifier of the shipment transaction request associated with the error. |