Shipment Tracking

This form shows shipment tracking numbers. The numbers are links that take you to the carrier's tracking web page. All the fields on this form are read-only and include: Shipment, Package ID, Tracking Number, Weight, Void Indicator, Customer, Ship To, Ship To Name, Carrier Code, and Carrier Name.

UPS Inserts Void transactions to the carrier_ship table, so for each tracking number against a Shipment and Package, a Void shows up as a second row with the Void Indicator selected. FedEx Updates carrier_ship.void_ind when a Delete transaction occurs. There is always only one row for FedEx tracking numbers. For normal shipments that are not voided, there is only one row for each package tracking number.

Related topics