Share via


DimensionTree.fixupJournalControlTree Method [AX 2012]

Updates the specified journal control hierarchy and tree for an account structure modification.

Syntax

private void fixupJournalControlTree(
    RecId _hierarchyId, 
    RecId _treeId, 
    int _countDeletedLevels, 
    int64 _deletedLevels, 
    Map _draftToActiveLevelMapping, 
    RecordInsertList _criteriaNodesList)

Run On

Called

Parameters

  • _hierarchyId
    Type: RecId Extended Data Type
    The ID of the DimensionHierarchy record for the hierarchy of the journal control tree.
  • _countDeletedLevels
    Type: int
    The number of levels that were deleted from the active account structure.
  • _deletedLevels
    Type: int64
    The list of levels that were deleted from the active account structure.
  • _draftToActiveLevelMapping
    Type: Map Class
    The mapping of draft levels to active levels.
  • _criteriaNodesList
    Type: RecordInsertList Class
    An instance of the RecordInsertList class to use to store the new criteria records.

See Also

Reference

DimensionTree Class