DimensionDefaultingEPController.getAttributeValueFieldName Method [AX 2012]
Gets the field name for the field that contains the value of the specified segment.
Syntax
public str getAttributeValueFieldName(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. |