Share via


DimensionHierarchyController.validateTreeVersion Method [AX 2012]

Validates the current tree version is the same version first loaded.

Syntax

private boolean validateTreeVersion(
    RecId _treeId, 
    boolean _allowActive, 
   [DimensionTree _treeInstance])

Run On

Client

Parameters

  • _allowActive
    Type: boolean
    true to enable active trees to pass validation; otherwise, false.
  • _treeInstance
    Type: DimensionTree Class
    The instance of the dimension tree to analyze; optional.

Return Value

Type: boolean
true if the version has not changed from the last loaded version; otherwise false.

See Also

Reference

DimensionHierarchyController Class