Share via


DimensionController.getValue Method [AX 2012]

Retrieves the value of the specified dimension attribute.

Syntax

public abstract RecId getValue([RecId _dimensionAttributeId])

Run On

Called

Parameters

  • _dimensionAttributeId
    Type: RecId Extended Data Type
    The record ID of the dimension attribute for which to retrieve the value.

Return Value

Type: RecId Extended Data Type
The record ID of the entity instance set for the specified dimension attribute.

Remarks

If a value has not been set or the specified dimension attribute is not available, it returns 0.

See Also

Reference

DimensionController Class