CustPackingSlipJour::queryPackingSlipIdForUpdate_W Method
This method is used to create a Query that will be used to perform a lookup on Packing slip field on the SalesEditLines form.
Syntax
client server public static Query queryPackingSlipIdForUpdate_W(
ParmId _parmId,
SalesId _salesId,
TradeLineRefId _tradeLineRefId,
[boolean _useSummaryRange])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
ParmId of the unposted transaction.
- _salesId
Type: SalesId Extended Data Type
SalesId of the unposted transaction.
- _tradeLineRefId
Type: TradeLineRefId Extended Data Type
TableRefId of the unposted transaction.
- _useSummaryRange
Type: boolean
Boolean value indicating whether to use summary range or not.
Return Value
Type: Query Class
A query that is used to filter the lookup.