PurchAgreementTree_PSN.expanding Method [AX 2012]

Expands the tree from the selected node to display all the children of the selected node.

public boolean expanding(
    int _idx, 
    FormTreeExpand _action, 
    anytype _data)

Run On

Called

Parameters

_idx
Type: int
An integer value specifying the node to be selected and expanded.
_action
Type: FormTreeExpand Enumeration
An enumeration value that consists of actions applied on a tree.
_data
Type: anytype
A value of type anytype.

Return Value

Type: boolean
A Boolean value.

Community Additions

ADD
Show: