Share via


LedgerDimensionController.setDimensionSpecifierValues Method [AX 2012]

Sets the current dimension values that are based 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
    true to overwrite existing non-empty values; otherwise false.

See Also

Reference

LedgerDimensionController Class