Symptom
I cannot configure a Goal Plan to allow a value greater than 100% in the percent complete field.
Environment
SAP SuccessFactors Goal Management
Reproducing the Issue
-
Access the goal plan and edit a goal.
- In the % Complete field, enter a value greater than 100% and Save Changes.
- You will receive this error message:
Please fix the following errors
- Invalid % Complete- value must be between 0 and 100.
Resolution
If you define any field with type="percent" and want users to be able to enter a value greater than 100 in that field, remember that the value for the "percentage-value-over-100" switch should be set to "on" in the Goal Plan XML.
Conversely, if you want to prohibit users from entering a value greater than 100 in the percent type fields, do not configure the "percentage-value-over-100" switch in the Goal Plan template.
Example:
<switches>
<switch for="percentage-value-over-100"value="on"/>
<switches>
Note: Customers need to contact partner for XML configuration request.
Keywords
greater than, 100%, goal plan, configure, percent complete, percentage-value-over-100 , KBA , LOD-SF-GM-SCR , Software Changes, Services, Provisioning etc. , How To