RetailConnTableDistributionTree.hideShowTree Method [AX 2012]
Hides or expands the tree and updates the form data source.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void hideShowTree(boolean show, [boolean first])
Microsoft Dynamics AX 2012 R2 (SYS)
public void hideShowTree(boolean show, [boolean first])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void hideShowTree(
boolean show,
FormTabPageControl overview,
FormTabControl formTabControl,
[boolean first])
Run On
ClientCommunity Additions
ADD
Show:
Note