This documentation is archived and is not being maintained.
FormListBoxControl.dataRelationPath Method [AX 2012]
Gets or sets the period-delimited list of relations that links the field binding of the DataField object to a relative table.
public str dataRelationPath([str value])
Run On
Client
Parameters
-
value
- Type: str
The string that contains the period-delimited list of relations; optional.
Return Value
Type:
str
The period-delimited list of relations that links the field binding of the DataField object to a relative table.
This method is used by the reference group control to track exactly which relations produce the replacement field that is used.
It enables the reference group control to bind consistently to the controls that it contains.