HcmSkillMappingSearch.addDependantDataSources Method [AX 2012]

Adds data sources to the specified parent QueryBuildDataSource object that are derived from a source QueryBuildDataSource object.

Syntax

protected void addDependantDataSources(QueryBuildDataSource _parentDataSource, QueryBuildDataSource _sourceDataSource)

Run On

Called

Parameters

Remarks

This method adds the child data sources of a qualified secondary data source from the HcmSkillMappingSearch query to the new query. A secondary data source in the HcmSkillMappingSearch query is a data source that is an immediate child data source to the HcmPersonView data source.

See Also

Reference

HcmSkillMappingSearch Class