Symptom
When running an API call for Talent Pool it is pulling all nominations not just active nomination status.
Environment
- SAP SuccessFactors Succession Management
- SAP SuccessFactors Talent Pools
Reproducing the Issue
1. Login to Postman
2. Use below query https://<hostname>/odata/v2/TalentPool?$format=json&$expand=nominationNav
3. Results show nomination of removed, rejected and approved.
Cause
The OData API will directly show all status of successors which includes removed, rejected and succeed. OData API is used for meta data which should keep original data.
Resolution
Advise the customer to use the Talent Pool Adhoc Report if they want to show only active nominations.
See Also
Keywords
Talent Pool API , KBA , LOD-SF-SCM-API , Webservices & APIs , Problem