DataSetRun.getParentById Method [AX 2012]

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

public anytype getParentById(str dataSourceName, anytype childId)

Run On

Client

Parameters

dataSourceName
Type: str
The data source name.
childId
Type: anytype
The child ID.

Return Value

Type: anytype
The parent ID.

Community Additions

ADD
Show: