Share via


DimensionDefaultingEPController.getAttributeNameFieldName Method [AX 2012]

Gets the field name for the field that contains the name of the specified segment.

Syntax

public str getAttributeNameFieldName(int _index)

Run On

Called

Parameters

  • _index
    Type: int
    The index of the control to search.

Return Value

Type: str
The field name.

Exceptions

Exception Condition
Error

The specified index is invalid.

See Also

Reference

DimensionDefaultingEPController Class