Share via


LedgerDimensionDefaultAccountController.getValue Method [AX 2012]

Gets 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 attribute for which a value should be returned.

Return Value

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

Remarks

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

See Also

Reference

LedgerDimensionDefaultAccountController Class