RHRMEmplBaseDataView::addLinkEmplIdChild Method [AX 2012]

Adds the link by employee id to the desired data source.

client server public static void addLinkEmplIdChild(
    QueryBuildDataSource _parentDS, 
    FieldId _pFieldId, 
    QueryBuildDataSource _viewDS)

Run On

Called

Parameters

_parentDS
Type: QueryBuildDataSource Class
The data source.
_pFieldId
Type: FieldId Extended Data Type
The parent field id.
_viewDS
Type: QueryBuildDataSource Class
The QueryBuildDataSource object.
Show: