‘Project Plan’ Relationship to Project Template

Figure 7.

The Project Plan relationship for the Project Template ItemType does not behave like other standard relationships. The Project Plan relationship is controlled and populated through separate HTML that populates the column names using the projectGridLayoutXML.xml file located in the \Innovator\Client\Solutions\Project\xml.ja folder. In this XML file, you can see multiple items that look like the following:

<Item type="PM_ProjectGridLayout">

<!--//TreeNode-->
                                            

    <position>2</position>

    <width>200</width>

    <name>tree_node</name>

    <label>Project Tree</label>

    <is_system>1</is_system>

</Item>

For each Item in the projectGridLayoutXML.xml the text highlighted in yellow between the <label> tags is used as the column names of the Project Plan. After translating all of the labels save the XML and verify that your changes adhere to the Project Template form.

Figure 8.