Symptom
Is it possible to Expand/Collapse goal categories in Goal Management?
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SuccessFactors Goal Management
Reproducing the Issue
Example:
Goals are split across 6 categories and once user have 4-5 goals in each category, the user has to scroll down the goal plan to view a particular goal category.
Resolution
The attribute "expand-collapse-categories" may be used so the user can expand/collapse categories on the Goal Plan.
- Download the goal plan XML in Provisioning
- Edit the goal plan xml and look for the attribute expand-collapse-categories
- Set the value to "true". NOTE: This attribute only works when pager-max-objs-per-page="0".
- Change the value of pager-max-objs-per-page into "0"
When the attribute "expand-collapse-categories"of the objective template XML file is set to "true" and pagination is disabled, the user is able to Expand/collapse categories on the goal plan.
• The system shall display the expand/collapse icon to the left of the category label. The system shall default the goal plan to have all categories expanded.
• The system shall support "sticky" category expand/collapse selections across sessions (i.e. when a user collapses a category, the system remembers that and next time the user comes back to the goal plan that category is still collapsed).
• The system shall display a count of all visible goals in the category to the right of the category label.
• The system shall support mouseover text on the expand button that reads, "Expand <Category Label>" when a category is collapsed.
• The system shall support mouseover text on the collapse button that reads, "Collapse <Category Label>" when a category is expanded.
• The system shall support different languages in all text.
• the collapsed category will be expanded after adding a new goal.
After this change, Goal plan should look like this when it is collapsed:
After this change, Goal plan should look like this when it is expanded. All goals will display in just one page:
See Also
- 2250190 - SCR Form: XML Software Change Request for Goal Plans - Goal
- See internal memo for Jira tickets / Enhancement Request
Keywords
goal plan, gm, extend, expand, collapse, category, hide, view, objectives, sticky, pager-max-objs-per-page, expand-collapse-categories, no goals in this category. , KBA , LOD-SF-GM-TMP , Template Management , LOD-SF-GM-SCR , Software Changes, Services, Provisioning etc. , How To