Share via


DimensionValueService.createDimensionValue Method [AX 2012]

Processes an incoming dimension value contract and creates a financial dimension value for a specific financial dimension.

Syntax

public boolean createDimensionValue(DimensionValueContract _dimensionValueContract)

Run On

Server

Parameters

Return Value

Type: boolean
true if a new value is successfully assigned to an existing dimension; false if the value is already associated with the dimension.

Remarks

An exception is thrown if the dimension does not exist or is not a user-defined dimension.

See Also

Reference

DimensionValueService Class