Add Column to Project Status Report List
Add Column to Project Status Report Cache List
Map Column to Project Status Report Cache List
Map Column Using the XML Mapping File
Add Column to Cache Report
When configuring Project Status Report lists with additional columns you may want to include these columns in Project Status Report Cache reports. This topic explains the steps on how to do this.
Before you begin it is assumed you have added a column to the Project Status Report list.
Note: You need to be a Site Collection Administrator or a member of the BrightWork Cache Administrators group with full control to perform these steps.
First you will need to add a column to the Project Status Report Cache list. This list is hidden to prevent accidental editing. The only time you typically need to access it is when you need to add columns or to add a view.
Navigate to the site collection home page, paste 'bwPSRCache' after the site name and click Enter on your keyboard to open the hidden Project Status Report Cache list. For example the URL should be something like:
https://myserver/sites/mysitecollection/bwPSRCache
Use the same column type in the Project Status Report Cache list as the source list. For example, if the column is a Date and Time column in the source list, create a Date and Time column in the Project Status Report Cache list.
If you are adding a choice column to the Project Status Report Cache list, we recommend the default value is left blank.
We do not recommend adding Site Columns to the Project Status Report Cache list.
The name you use for the column added to the Project Status Report Cache list doesn't really matter as you will be mapping it in the next step; however, we recommend the same or a similar name to the source list column to make the mapping maintenance process easier. Also, we recommend not including a space in the name to avoid SharePoint encoding the space.
Note: When mapping columns of the same type to the Project Status Report Cache, there are two exceptions:
Note: You need to be a Site Collection Administrator or a member of the BrightWork Cache Administrators group with full control to perform these steps.
Note: Project Status Report Cache mapping applies to the entire site collection. Therefore, even though the mapping is done in a template or project site, it impacts the entire site collection. So when making changes to Project Status Report Cache mapping, it is important to consider the impact of any changes on other sites within the site collection.
You can then add new column mappings or manage existing mappings as noted below.
Tip! If you have not already added a column to the Project Status Report Cache list you can open the Project Status Report Cache list in a new browser tab by clicking the 'Project Status Report Cache' link at the top of the mapping page.
It is possible but not advisable to manually map items to the Project Status Report Cache by updating the PSRCacheGlobalSettings.xml file instead of using the above BrightWork Settings method.
Note: You need to be a Site Collection Administrator or a member of the BrightWork Cache Administrators group with full control to perform these steps.
Note: Take care when editing the global mapping file as syntax errors will prevent all updates to the Project Status Report Cache.
Note: We recommend using SharePoint Designer 2013, and having some experience with XML would be an advantage.
The global PSRCacheGlobalSettings.xml mapping file maps columns from the supported lists to Project Status Report Cache columns.
https://myserver/sites/mysitecollection
Add an XML tag to the appropriate list template, for example:
<Field target="YourProjectStatusReportCacheColumn" source="YourListColumn" />
The Project Status Report Cache list supports the addition of calculated columns. You do not need to add these columns to the ProjectStatusReportCacheGlobalSettings.xml file.
The PSRCacheGlobalSettings.xml is for specifying global mappings in a BrightWork site collection. Every site also has its own PSRCacheSettings.xml file.
If the column you want to map has a different internal name in a certain site (for example, one project template uses a column called Organization and the rest use a column called Department), update the local PSRCacheSettings.xml with the appropriate mapping information and it will override the global setting specified in the top level PSRCacheGlobalSettings.xml file.
Changes to the PSRCacheSettings.xml file are automatically included in Design Sync. This means that changes to this file should be made in the Template and synced, if Design Sync is being used.
Finally, add the column to the Shared or Personal report that uses the Cache.