Hi all,
I am adding a tree control to a form and need to add checkbox for each node to enable multi selection. It's the procurement category tree so I am initializing the EcoResCategoryTreeDatasource class and using initRoot() method to get the tree structure. I haven't been able to figure out how to add a checkbox for every item in the tree.
I am looking at the LedgerJournalPostControl form for example. It uses SysFormTreeControl::addTreeItem() method that has a parameter for passing checkbox image for each tree node. Also tried to find \Forms\tutorial_Form_TreeControl but it does not exist in D365.
Can someone please help with this.
Thanks.