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
- _fromDate
Type: FromDate Extended Data Type
The date from which to consider the transactions.
- _toDate
Type: ToDate Extended Data Type
The date to which to consider the transactions.
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.