Symptom
Managers are not able to see "Lock/Un-Lock" option to change the state for their Direct Reports in Goal Plan.
Environment
SAP SuccessFactors Goal Management
Reproducing the Issue
- Login to the instance as a Manager;
- Proxy as his Direct Reports;
- Navigate to Goal Management tab;
- Check the Goal plan to see "Approve/Un-approve or Lock/Un-lock" option for his Direct reports.
Cause
Login user's locale must match at least one locale value of the <action-label> list defined in <obj-plan-state> tag.
Otherwise goal plan page would NOT know which <action-label> to display.
Resolution
Define a different action-label for each locale - see below, the action-label for en_GB differs to he en_US action-label:
Example Configuration:
<obj-plan-states> <obj-plan-state id="unlocked" default="true"> <state-label>Not Approved</state-label> <action-label lang="en_US">Un-Approve</action-label>
<action-label lang="en_GB">Un-Approve UK</action-label>
Keywords
Goal plan state, lock and unlock goal plan, approve goal plan, lock goal plan, unlock goal plan, un-approve goal plan , KBA , csg_q , LOD-SF-GM-ADM , Admin Tools, Settings, Permissions , Problem