VendInvoiceMatch::extendQuery Method [AX 2012]

Builds the queries that display data on the PurchJournalMatch_PackingSlip form.

client server public static QueryBuildRange extendQuery(Query _query, boolean _threeWayMatchOnly)

Run On

Called

Parameters

_query
Type: Query Class
Query object to extend.
_threeWayMatchOnly
Type: boolean
A Boolean value that indicates whether the query is to be restricted to only lines that have a MatchingPolicy value equal to PurchMatchingPolicyOption::ThreeWayMatch.

Return Value

Type: QueryBuildRange Class
A QueryBuildRange object that represents the InventTransID type range.
Show: