ShipmentTransactionRequestsshipmentscostserrors
Manages errors related to processing shipment cost data, aiding in error resolution.
Columns
| Name | Type | Description |
| ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the shipment transaction request associated with cost errors. |
| ShipmentsDeliveryInterfaceId [KEY] | Long | Identifier for the interface handling shipment delivery within the transaction request. |
| CostsFreightCostInterfaceId [KEY] | Long | Unique identifier for the freight cost interface associated with the shipment transaction. |
| MessageName | String | Name of the error message related to shipment cost processing. |
| MessageText | String | Detailed description of the error encountered during shipment cost processing. |
| CreatedBy | String | User who created the shipment cost error entry. |
| CreationDate | Datetime | Timestamp indicating when the shipment cost error entry was created. |
| LastUpdatedBy | String | User who last modified the shipment cost error entry. |
| LastUpdateDate | Datetime | Timestamp indicating when the shipment cost error entry was last updated. |
| Carrier | String | Name of the carrier associated with the shipment. |
| ExternalSystemTransactionReference | String | Reference identifier linking this shipment cost error to an external system transaction. |
| Finder | String | Searchable reference field used for locating specific shipment cost 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. |