Hi
Project have relationship Project Plan. I want change Project Plan "Attach" header name to "Attachment".
Found path: Innovator\Client\Solutions\Project\xml\projectGridLayoutXML.xml
<Item type="PM_ProjectGridLayout">
<!--//Attach-->
<is_system>1</is_system>
<label>Attachment</label>
<name>attach</name>
<position>10</position>
<width>80</width>
</Item>
But header name has not changed, so where I need to update?
HI Michelle,
changes in the Codetree are most of the time not visible instantly, as the browser cache still stores the previous value.
For a quick test of your modification you can just empty your browser cache and restart the browser. To ensure, all of your users see the new label, you have to increase the filesRevision counter at the bottom of Innovator\Client\web.config <cachingModule moduleEnabled="true" filesRevision=" <em><---increase this value----></em> " />
Hi AngelaIp
Project relationship Project Plan no change but Project Template relationship Project Plan has change. I don't know why project relationship Project Plan table header can not update? Have another xml need to update?
I just update Innovator\Client\Solutions\Project\xml\projectGridLayoutXML.xml