Share via


DimensionHierarchyController.openAccountRule Method [AX 2012]

Opens the account rule form, that displays only those account rules that are valid for current account structure.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void openAccountRule(CLRObject _designer, [DimensionRuleType _dimensionRuleType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void openAccountRule(CLRObject _designer, [DimensionRuleType _dimensionRuleType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void openAccountRule(CLRObject _designer)

  Microsoft Dynamics AX 2012 (FPK)
          protected void openAccountRule(CLRObject _designer)

  Microsoft Dynamics AX 2012 (SYS)
          protected void openAccountRule(CLRObject _designer)

Run On

Client

Parameters

  • _designer
    Type: CLRObject Class
    The designer that specifies the hierarchy.

See Also

Reference

DimensionHierarchyController Class