LedgerDimensionEPController.updateStructure Method [AX 2012]

Updates the structure based on the currently entered values.

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 updateStructure(int _controlSegmentIndex)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void updateStructure(int _controlSegmentIndex)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void updateStructure(int _controlSegmentIndex)

  Microsoft Dynamics AX 2012 (FPK)
          private void updateStructure(int _controlSegmentIndex)

  Microsoft Dynamics AX 2012 (SYS)
          private void updateStructure(int _controlSegmentIndex)

Run On

Called

Parameters

  • _controlSegmentIndex
    Type: int
    The index of the last segment to change.

See Also

Reference

LedgerDimensionEPController Class