Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is used to create a Query that will be used to perform a lookup on Packing slip field on the PurchParmTable/VendInvoiceInfoTable form.
Syntax
client server public static Query queryPackingSlipIdForUpdate_W(
ParmId _parmId,
PurchId _purchId,
TradeLineRefId _tradeLineRefId,
[boolean _useSummaryRange])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
ParmId of the unposted transaction.
- _purchId
Type: PurchId Extended Data Type
PurchId 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.