RetailConnTableDistributionTree.subTreeQueryRun Method [AX 2012]

Builds a query for a sub-tree with the specified parent ID.

Syntax

public QueryRun subTreeQueryRun(anytype _ParentValue)

Run On

Client

Parameters

  • _ParentValue
    Type: anytype
    The starting point of the query.

Return Value

Type: QueryRun Class
A QueryRun object.

See Also

Reference

RetailConnTableDistributionTree Class