ProjWBSUpdateController.toggleExpandCollapseTask Method [AX 2012]
Toggles the expanded/collapsed state of a task node.
public void toggleExpandCollapseTask(
ElementNumber _elementNumber,
[boolean _force,
boolean _forcedValue])
Run On
CalledParameters
- _elementNumber
- Type: ElementNumber Extended Data Type
Element number of the task node.
- _force
- Type: boolean
if true forces the given task node to a particular state.
- _forcedValue
- Type: boolean
State to force the task node to. This parameter is ignored if _force is equal to false.
Community Additions
ADD
Show: