InventDimCtrl_Frm_Lookup.executeInventDimLinkDimQueryDS Method [AX 2012]
Adds dynalinks between the QueryBuildDataSource data source passed as parameter and the callers data source.
Syntax
public void executeInventDimLinkDimQueryDS(QueryBuildDataSource _qbdsInventDim, boolean _linkDim)
Run On
Client
Parameters
- _qbdsInventDim
Type: QueryBuildDataSource Class
A QueryBuildDataSource data source bound to the InventDim table.
- _linkDim
Type: boolean
A Boolean value that indicates whether the dimension fields should be linked using dynalinks.
Remarks
The two data sources should be bound to the InventDim table.