RetailReplenishmentTreeDatasource.new Method [AX 2012]
Instantiates the class RetailReplenishmentDatasource and also ImageListAppl class.
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 new(
FormDataSource _formDataSource,
FormTreeControl _formTreeControl,
FieldId _id,
FieldId _parentId,
[NoYes _multipleRoots])
Microsoft Dynamics AX 2012 R2 (SYS)
public void new(
FormDataSource _formDataSource,
FormTreeControl _formTreeControl,
FieldId _id,
FieldId _parentId,
[NoYes _multipleRoots])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void new(
FormDataSource _formDataSource,
FormTreeControl _formTreeControl,
FieldId _id,
FieldId _parentId)
Run On
ClientParameters
- _formDataSource
- Type: FormDataSource Class
An instance of formdataSource
- _formTreeControl
- Type: FormTreeControl Class
An instance of tree control.
- _id
- Type: FieldId Extended Data Type
The Id of the node
- _parentId
- Type: FieldId Extended Data Type
The parent Id of the node.
- _multipleRoots
- Type: NoYes Enumeration
The option that indicates whether tree may have multiple root nodes (Yes) or only one single root node (No).
Community Additions
ADD
Show:
Note