DataSetRun.getChildrenByIndex Method [AX 2012]

Gets the children of a data source by using the parent index.

public container getChildrenByIndex(str dataSourceName, [int parentIndex])

Run On

Client

Parameters

dataSourceName
Type: str
The data source name.
parentIndex
Type: int
The parent index.

Return Value

Type: container
A container for the children.

Community Additions

ADD
Show: