Hi, We are making Projects (Project management and accounting > Common > Projects > All projects) as shared across legal entities by using Table collections. We have added all the tables which have relations defined in ProjTable.
when we create/Edit project it is working fine, but when we create/Edit subproject it is throwing the following error.
FormTreeItem object not initialized.
Stack trace
(C)\Classes\ProjTree\selectNode - line 45
(C)\Forms\ProjTable\Methods\run - line 41
(C)\Classes\FormFunctionButtonControl\Clicked
(C)\Classes\FormRun\task
(C)\Classes\SysSetupFormRun\task - line 20
I have used the following table in my table collection:
CustTable, ForecastModel, Hierarchy, HierarchyLinkTable, HierarchyTreeTable, ProjCategory, ProjFundingLimit, ProjFundingRule, ProjFundingRuleAllocation, ProjFundingSource, ProjGroup, ProjInvoiceTable, ProjPeriodLine, ProjPeriodTable, ProjPeriodTimesheetWeek, ProjSorting, ProjTable, ProjWIPTable, PSAActivityEstimates, PSAActivityProjAttribute,PSAActivityProjCertificate, PSAActivityProjEducation, PSAActivityProjProject, PSAActivityProjReqImportance,PSAActivityProjSkill, PSAActivitySetup, PSACustomerRetentionTermTable, WorkCalendarTable
AX version is 2012 R3
Build: 6.3.164.0
Can anyone help me to solve the issue? do I need to add any more tables to the table collection?