ShipCarrierStaging::getPackingSlipJourRecords Method
Gets the tracking and package information that is associated with a packing slip journal.
Syntax
server public static ShipCarrierPackingSlipJourData getPackingSlipJourRecords(SalesId _salesId, PackingSlipId _packingSlipId)
Run On
Server
Parameters
- _salesId
Type: SalesId Extended Data Type
The SalesId that specifies the sales order.
- _packingSlipId
Type: PackingSlipId Extended Data Type
The PackingSlipId that specifies the packing slip.
Return Value
Type: ShipCarrierPackingSlipJourData Class
An instance of the ShipCarrierPackingSlipJourData class that contains the tracking and package records.
Remarks
The information is returned in two tables, each set to temporary.
If configuration key ShipCarrier is not enabled these records are returned empty.