Share via


DimensionDynamicAccountController.getValue Method [AX 2012]

Retrieves the value of the specified dimension attribute.

Syntax

public RecId getValue([RecId _dimensionAttributeId])

Run On

Called

Parameters

  • _dimensionAttributeId
    Type: RecId Extended Data Type
    The record ID of the DimensionAttribute table for which a value will be returned.

Return Value

Type: RecId Extended Data Type
The record ID of the entity instance set of the specified DimensionAttribute table.

Remarks

If a value has not been set or the specified DimensionAttribute table is not available, returns 0.

See Also

Reference

DimensionDynamicAccountController Class