K
Kim
Is it possible to customize the "Status" tab in PPS? We wish to include a
number of custom attributes as text boxes that PM's would fill out to update
their status. We have successfully updated the "Project Info" tab and the
Additional Info Tab, but are not able to update the status tab.
project.aspx default settings:
<tabitem name="Status">
<WP:MonthlyStatus runat="server" >
<Config>
<content columns="2">
<sectionbreak name="Attributes" width="910" />
<allcustomattributes />
</content>
</Config>
</WP:MonthlyStatus>
<WP:CommonButtons runat="server" />
</tabitem>
number of custom attributes as text boxes that PM's would fill out to update
their status. We have successfully updated the "Project Info" tab and the
Additional Info Tab, but are not able to update the status tab.
project.aspx default settings:
<tabitem name="Status">
<WP:MonthlyStatus runat="server" >
<Config>
<content columns="2">
<sectionbreak name="Attributes" width="910" />
<allcustomattributes />
</content>
</Config>
</WP:MonthlyStatus>
<WP:CommonButtons runat="server" />
</tabitem>