Unable to add field from Ideas table to Projects formIssue When needing to add dotwalked fields from the idea table to Project, you will see that the Idea[+] field does not display on a Project form, whereas on a Demand, this does exist. This allows users to add fields (and their values) that live on the Idea that is associated to the current Demand. i.e.Idea > Description (idea.description) You will see that this is all possible on Demand, but not on Project.ReleaseLondon+CauseThe Idea field seen on the Demand form is a field that exists on the dmn_demand table. This allows a relationship to exist between dmn_demand and idea. Otherwise, it is not possible to relate or pull fields from the idea table to either dmn_demand or pm_project as the table hierarchy does not permit this. task > im_idea_core > ideatask > planned_task > pm_project Since OOB, the Idea field exists on the dmn_demand table, we can dotwalk that field and add Idea specific fields to the Demand form. Keep in mind that these fields will only populate data specific to the related Idea record (to that Demand). >> In order to have this functionality on the Project table, a new field must be created on pm_project (or planned_task) that references the 'idea' table. (Above) Demand > Form Layout (Above) Project > Form LayoutResolutionNavigate to any Project (or the Project form)Right-click in the grey header and select Configure > Form LayoutIn the bottom-right in the 'Create new field' section, add a field: Type: ReferenceTable to reference: Idea(idea) *It is important not to select the im_idea_core table Save Once we have created a new 'Idea' field on the Project table, we can now add tables that exist on Idea, to the Project form. To do this: Right-click in the grey header and select Configure > Form LayoutLocate Idea[+] on the 'Available' list of fields for ProjectClick Idea[+] once to highlight itSelect the icon to expand the 'Idea' fieldSelect the appropriate field on Idea and add it to the right list 'Selected'Save Note: If the added field (example: idea.description) does not contain any value, make sure that the Idea field first contains an idea record value. Remember that the dotwalked field - our example being idea.description - is only going to pull the 'Description' that exists on the Idea related to that current Project. This means, an Idea must first be related to the Project