InfAdjMethod_MX.calculate Method [AX 2012]
Calls the calculation process for the opening balance and the monthly balance adjustment methods.
Syntax
public Common calculate(Common _tmpTable)
Run On
Called
Parameters
- _tmpTable
Type: Common Table
A RepomoTmpTable table that is used for opening balance and monthly balance adjustment methods.
Return Value
Type: Common Table
A temporary record that contains the inflation adjustment values for opening and monthly balance adjustment methods.
Exceptions
Exception | Condition |
---|---|
Error | This method does not occur in the child classes. |
Remarks
This method is used by the overridden methods for opening balance and monthly balance adjustment methods.