Share via


TAMFundCategoryTreeDatasource.new Method [AX 2012]

Initializes a new TAMFundCustCategoryTreeDatasource object.

Syntax

public void new(
    FormDataSource _formDataSource, 
    FormTreeControl _formTreeControl, 
    FieldId _id, 
    FieldId _parentId, 
    anytype _txtField, 
    boolean _showIdInDescription, 
    boolean _useLastValue, 
    FieldId _id2, 
    TAMFundTable _tamFundTable, 
   [FieldId _sortField])

Run On

Client

Parameters

  • _txtField
    Type: anytype
    The field being used to set the name of the current node.
  • _showIdInDescription
    Type: boolean
    A boolean value that determines whether or not to show the ID in the node description.
  • _useLastValue
    Type: boolean
    A boolean value that determines whether or not to use the last value.

See Also

Reference

TAMFundCategoryTreeDatasource Class