DataSetRun.getRowIndexFromRowHierarchyId Method [AX 2012]

Gets the row index on a data source by using a row hierarchy ID.

public int getRowIndexFromRowHierarchyId(str dataSourceName, anytype id)

Run On

Client

Parameters

dataSourceName
Type: str
The data source name.
id
Type: anytype
The row hierarchy ID.

Return Value

Type: int
The row index.

Community Additions

ADD
Show: