Share via


LedgerDimensionAccountController.updateStructure Method [AX 2012]

Updates the structure by using the current 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 _updatedSegment])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void updateStructure([int _updatedSegment])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void updateStructure([int _updatedSegment])

  Microsoft Dynamics AX 2012 (FPK)
          private void updateStructure([int _updatedSegment])

  Microsoft Dynamics AX 2012 (SYS)
          private void updateStructure([int _updatedSegment])

Run On

Called

Parameters

  • _updatedSegment
    Type: int
    The index of the segment update that triggered the update; optional.

See Also

Reference

LedgerDimensionAccountController Class