Share via


SysDictType.getDisplayStringForAttributeValue Method [AX 2012]

Gets the display string for the specified DimensionAttributeValue record.

Syntax

public DimensionDisplayValue getDisplayStringForAttributeValue(RecId _dimensionAttributeValueId)

Run On

Called

Parameters

  • _dimensionAttributeValueId
    Type: RecId Extended Data Type
    The record ID of the DimensionAttributeValue record to find.

Return Value

Type: DimensionDisplayValue Extended Data Type
The display value for the specified DimensionAttributeValue if found; otherwise, an empty string.

Remarks

This method will assert if the backing entity of the specified dimension attribute is found, but the BackingEntityType refers to a table ID which does not exist.

See Also

Reference

SysDictType Class