DimensionDefaultingEngine.fillByMainAccount Method [AX 2012]

Fills internal values for the specified main account and account structure.

Syntax

private void fillByMainAccount(MainAccount _mainAccount, RecId _accountStructureId)

Run On

Called

Parameters

  • _mainAccount
    Type: MainAccount Table
    The MainAccount record that specifies the main account.
  • _accountStructureId
    Type: RecId Extended Data Type
    The ID of the DimensionHierarchy record that specifies the account structure.

See Also

Reference

DimensionDefaultingEngine Class