ReqSupplyDemandScheduleControl.skipUnexpandedNodes Method [AX 2012]

Skips an unexpanded row in the row structure.

private int skipUnexpandedNodes(int _startRow, int _parentOfExpandable)

Run On

Client

Parameters

_startRow
Type: int
An integer that contains the start row.
_parentOfExpandable
Type: int
A string that represents the type name of the parent of the expandable node.

Return Value

Type: int
The next row after the expanded nodes.

Community Additions

ADD
Show: