3.1 Hide and sort the performance review tabs
The ability to define for the performance review which tabs are displayed and their sort order has been added in this release. This is defined via configuration in the pulse web application. The configuration is set on deployment of pulse and applies to all users and all performance reviews. The configuration setting is displayed below:
“performanceReviewTab”: { “enabled”: true, “elements”: { “tabsVislble”: { “review”: true, “measurements”: true, “activities”: true, “ratings”: true, “signof”: true, “attachments”: true, “general”: true }, “tabsOrder”: { “review”: 4, “measurements”: 2, “activities”: 3, “ratings”: 6, “signof”: 5, attachments, “general”: 0 } } }
Post your comment on this topic.