Share via


InfAdjMethod_MX.populateTmpTable Method [AX 2012]

Retrieves the temporary table buffer based on the adjustment method.

Syntax

public abstract Common populateTmpTable(FromDate _fromDate, ToDate _toDate)

Run On

Called

Parameters

Return Value

Type: Common Table
A temporary table that has adjustment inflation values that are based on the adjustment method.

Remarks

The fromDate and toDate global variables must be set in the individual child classes in the populateTmpTable method to fill the temporary table with the date range.

See Also

Reference

InfAdjMethod_MX Class