SalesPurchSummaryModel.queryBuild Method [AX 2012]

Builds the query for finding records to post.

Syntax

public QueryRun queryBuild([boolean _isInBatch])

Run On

Called

Parameters

  • _isInBatch
    Type: boolean
    A Boolean value that determines whether the queryBuild method is called from batch; optional.

Return Value

Type: QueryRun Class
The QueryRun object for the build query.

See Also

Reference

SalesPurchSummaryModel Class