PdsComdPricingMarginUpdate.estimateWork Method [AX 2012]

Estimates the number of lines that will be generated.

protected int64 estimateWork(QueryRun _queryRun)

Run On

Called

Parameters

_queryRun
Type: QueryRun Class
A QueryRun object that contains the user query that will be used to select the items to process.

Return Value

Type: int64
The estimated number of lines to generate.

This is useful for providing the total amount of work for a progress indicator.

Community Additions

ADD
Show: