Share via


RetailReplenishmentTreeDatasource.new Method [AX 2012]

Instantiates the class RetailReplenishmentDatasource and also ImageListAppl class.

Syntax

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

Client

Parameters

  • _multipleRoots
    Type: NoYes Enumeration
    The option that indicates whether tree may have multiple root nodes (Yes) or only one single root node (No).

See Also

Reference

RetailReplenishmentTreeDatasource Class