DimensionDefaultingEngine::overrideDefaultDimension Method [AX 2012]

Updates a default dimension with the specified dimension values.

Syntax

client server public static DimensionDefault overrideDefaultDimension(
    DimensionDefault _defaultDimensionId, 
    Map _dimensionSpecifiers, 
   [boolean _includeMainAccount])

Run On

Called

Parameters

  • _dimensionSpecifiers
    Type: Map Class
    A map with the dimension specifiers that define the override values.
  • _includeMainAccount
    Type: boolean
    A Boolean value that indicates whether to include the main account in the list if it occurs in the sources.

Return Value

Type: DimensionDefault Extended Data Type
The ID of the DimensionAttributeValueSet record that represents the updated default dimension.

See Also

Reference

DimensionDefaultingEngine Class