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

  • _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.

See Also

Reference

CustPackingSlipJour Table