Symptom
The "Completed" field (id="completed" attribute) is configured in the goal plan template, but it is not visible in Manage Milestones under the goal plan.
Environment
SAP SuccessFactors Performance & Goals - Latest Goal Management
Reproducing the Issue
- Go to a goal plan where milestone attribute id="completed" is configured.
- Create a goal.
- Create a milestone under the newly created goal.
- See that it Completed field doesn't appear when you open Manage Milestones.
Cause
Milestone attribute id="completed" is not supported with latest goal management.
Resolution
Milestone attribute id="done" can be used instead for example like this:
<table-column id="done" type="percent" required="false" cascade-update="push-down">
<column-label>% Complete</column-label>
See Also
Keywords
SuccessFactors, SF, Latest Goal Management, goal plan, milestone, attribute, id="completed", Completed, not supported, manage milestones, id="done" , KBA , LOD-SF-GM-TMP , Template Management , How To