DataSetRun.getChildrenById Method [AX 2012]

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

public container getChildrenById(str dataSourceName, [anytype parentId])

Run On

Client

Parameters

dataSourceName
Type: str
The data source name.
parentId
Type: anytype
The parent ID.

Return Value

Type: container
A container for the children.

Community Additions

ADD
Show: