Share via


LedgerConsolidate.getLedgerDimension Method [AX 2012]

Gets a ledger dimension for the specified account and dimension values.

Syntax

protected LedgerDimensionAccount getLedgerDimension(
    CompanyId _companyId, 
    MainAccountNum _accountNum, 
    RecId _mainAccountDimensionAttributeValueId, 
    HashKey _mainAccountDimensionAttributeValueHashKey, 
    RecId _localSumTransactionId, 
    TmpLedgerConsDimensionValueItem _consolidationDimensionValueItem)

Run On

Called

Parameters

  • _mainAccountDimensionAttributeValueId
    Type: RecId Extended Data Type
    The record ID of the DimensionAttributeValue record that corresponds to the main account.

Return Value

Type: LedgerDimensionAccount Extended Data Type
The ledger dimension for the combination.

See Also

Reference

LedgerConsolidate Class