RetailConnActionGenerator.createChildQuery Method [AX 2012]
Builds a query by joining child datasources with parent datasources.
public Query createChildQuery(
Query _parentQuery,
TableId _childTableId,
container _conLinkRelation,
Common _parentRecord)
Run On
ServerParameters
- _parentQuery
- Type: Query Class
An instance of Query> class.
- _childTableId
- Type: TableId Extended Data Type
Id of the child table.
- _conLinkRelation
- Type: container
Container holding the link relations.
- _parentRecord
- Type: Common Table
An instance of Common object.
Return Value
Type: Query ClassA query object holding the relation between parent and child datasources.
Community Additions
ADD
Show: