Symptom
Hide Current Employees/'show no of employees in this role" option and open positions in the career worksheet.
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Career Development Planning
Reproducing the Issue
- Go to career worksheet >>My job roles >> Job roles I’m considering
- You can see number of employees in the role and open position count is visible for the users
Resolution
In the Career Worksheet, by default, users can view the number of employees who are in their target roles and the number of open positions of their target roles. You can configure the Career Worksheet template in Provisioning to hide both of them or open positions only.
- For hiding the number of employees in the role option, change the cws-people-role attribute from "true" to "false" in the career worksheet xml. This will hide both current employees and open positions.
- To hide open positions only, add the following XML code in the <switches> element:
<switch for="hide-position-count" value="on" />
See Also
- Configuring Template to Hide Current Employees and Open Positions
- KB article : 3593282- Career worksheet: Hide the "Show in People Profile" check box
Keywords
Career worksheet, Hide, remove, position count, Current employees, target, role, number of employees in the role, how , KBA , LOD-SF-CDP-CW , Career Worksheet , How To