i am fairly new to ll builder, & need some pointers in overloading some methods.
In Module: Project -> MyProjects -> Projects:ManageSelect
We need to retrieve more columns from the dtree table versus the original code, which is:
getInfo.ColumnsList = { 'DataID', 'Name', 'CreateDate', 'ModifyDate', 'SubType', 'Status' }
My question is how do i override this file (ManageSelect) to replace it with additional column names?
would i need to create a whole new module or can i use an existing custom module to do this ?
any advice or help is very welcomed