Share via


LedgerJournalEngine.addMainAccountDimensionValues Method [AX 2012]

Adds the dimension values that are associated to the main account and the first collection of dimensions.

Syntax

private Map addMainAccountDimensionValues(RecId _mainAccountId, Map _preceedingDimensionSpecifiers)

Run On

Called

Parameters

  • _preceedingDimensionSpecifiers
    Type: Map Class
    The previous collection of dimension specifiers.

Return Value

Type: Map Class
The ID of the new main account.

Remarks

The dimension values in the previous collection will take precedence over the values from the main account.

See Also

Reference

LedgerJournalEngine Class