Share via


InfAdjReportsDP_MX.populateInpcRateTmp Method [AX 2012]

Fills the InpcRateTmp_MX table with the monthly INPC rates and returns the table buffer.

Syntax

private InpcRateTmp_MX populateInpcRateTmp(
    FromDate _fromDate, 
    ToDate _toDate, 
    InfAdjMethod_MX _infAdjMethod)

Run On

Server

Parameters

Return Value

Type: InpcRateTmp_MX Table
The InpcRateTmp_MX table with the monthly INPC rates.

Remarks

This method determines whether INPC rates exists for the date range and inserts them into the InpcRateTmp_MX table.

See Also

Reference

InfAdjReportsDP_MX Class