DimensionDefaultingEngine::overrideDefaultDimensionServer Method [AX 2012]

Updates a default dimension with the specified dimension values.

Syntax

server private static DimensionDefault overrideDefaultDimensionServer(
    DimensionDefault _defaultDimensionId, 
    container _dimensionSpecifiersPack, 
    boolean _includeMainAccount)

Run On

Server

Parameters

  • _dimensionSpecifiersPack
    Type: container
    A packed map that represents the dimension specifiers that define the override values.
  • _includeMainAccount
    Type: boolean
    A Boolean value that indicates whether to the include 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