ReqQueryBuildHelper.addLink Method [AX 2012]
Adds a link to the current links.
public void addLink(
QueryBuildDataSource _qbdsChild,
FieldId _childFieldId,
QueryBuildDataSource _qbdsParent,
FieldId _parentFieldId)
Run On
CalledParameters
- _qbdsChild
- Type: QueryBuildDataSource Class
The child data source to add the link to.
- _childFieldId
- Type: FieldId Extended Data Type
The ID of the linked field in the child data source.
- _qbdsParent
- Type: QueryBuildDataSource Class
The parent data source.
- _parentFieldId
- Type: FieldId Extended Data Type
The ID of the linked field in the parent data source.
Community Additions
ADD
Show: