Share via


DimensionDynamicAccountController.setDimensionSpecifierValues Method [AX 2012]

Sets the current dimension values, depending on the specified values.

Syntax

public void setDimensionSpecifierValues(Map _dimensionSpecifiers, [boolean _overwriteValues])

Run On

Called

Parameters

  • _dimensionSpecifiers
    Type: Map Class
    The collection of dimension specifiers that represent the values.
  • _overwriteValues
    Type: boolean
    A Boolean value that indicates whether to overwrite existing non-empty values.

Exceptions

Exception Condition
Error

This method should only be called for non-default ledger accounts.

See Also

Reference

DimensionDynamicAccountController Class