PurchSummaryModel_Account_Invoice.queryBuild Method [AX 2012]

Builds the query that must be used in the summary update process.

public QueryRun queryBuild([boolean _isInBatch])

Run On

Called

Parameters

_isInBatch
Type: boolean
true if the query is being built in a batch; otherwise, false.

Return Value

Type: QueryRun Class
The query that must be used in the summary update process.

This method overrides the method in the base class.

Community Additions

ADD
Show: