PSAProjTree.expanding Method [AX 2012]

Expand or Colapse a certain node

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

Run On

Client

Parameters

_idx
Type: int
An int describing the id of the expanded object
_action
Type: FormTreeExpand Enumeration
Exapand or Colapse
_data
Type: anytype
anytype

Return Value

Type: boolean
Boolean to indicate if the expand action is successed or not

Community Additions

ADD
Show: