LedgerBalanceSheetDimPrint.insertMainFocusValues Method [AX 2012]

Creates a map for the main focus that contains a sum of all the sub-components from the secondary focus.

private void insertMainFocusValues(
    RefRecId _idx_calc, 
    int _key, 
    AmountMST _amount)

Run On

Called

Parameters

_idx_calc
Type: RefRecId Extended Data Type
The row number the amount is for.
_key
Type: int
The column number the amount is for.
_amount
Type: AmountMST Extended Data Type
The amount to insert.

This is used when there is a primary and a secondary focus. The map contains column number and list of all the values for each row in the main focus.

Community Additions

ADD
Show: