Share via


VendInvoiceMatch::extendQuery Method [AX 2012]

Builds the queries that display data on the PurchJournalMatch_PackingSlip form.

Syntax

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

Run On

Called

Parameters

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

See Also

Reference

VendInvoiceMatch Class