Share via


SysQuery::getDimensionStringValueFromCursor Method [AX 2012]

Gets a string that represents the concatenated dimension information from the specified field.

Syntax

client server public static DimensionDisplayValue getDimensionStringValueFromCursor(
    Query _query, 
    Common _cursor, 
    str _dimensionFieldName)

Run On

Called

Parameters

  • _cursor
    Type: Common Table
    The pointer that contains the dimension information.
  • _dimensionFieldName
    Type: str
    The name of the field that contains dimension information.

Return Value

Type: DimensionDisplayValue Extended Data Type
A denormalized dimension string value.

Remarks

This method is only applicable for ledger dimensions, as you cannot generate a correct concatenated display string for dimension enumerations or default dimensions.

See Also

Reference

SysQuery Class