SalesShippingStat::findFromPackingSlipJour Method
Finds a SalesShippingStat record by using the packing slip reference and original sales order ID.
Syntax
server public static SalesShippingStat findFromPackingSlipJour(CustPackingSlipJourRecId _custPackingSlipJourRecId, SalesIdOrig _salesIdOrig)
Run On
Server
Parameters
- _custPackingSlipJourRecId
Type: CustPackingSlipJourRecId Extended Data Type
The packing slip reference for which to find the record.
- _salesIdOrig
Type: SalesIdOrig Extended Data Type
The original sales order ID for which to find the record.
Return Value
Type: SalesShippingStat Table
A record in the SalesShippingStat table; otherwise, an empty record.