DataSetRun.getParentByIndex Method [AX 2012]

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

public int getParentByIndex(str dataSourceName, int childIndex)

Run On

Client

Parameters

dataSourceName
Type: str
The data source name.
childIndex
Type: int
The child index.

Return Value

Type: int
The parent ID.

Community Additions

ADD
Show: