Symptom
- What standard fields are supported with dropdown filter in Talent Search?
- How to configure the fields as dropdown filters, instead of open text in Talent Search?
Environment
- SAP SuccessFactors Succession Management
- SAP SuccessFactors Talent Search
Resolution
The dropdown option in Talent Search is supported only on below standard fields only:
- Division
- Department
- Location
- JobCode
- Custom01-Custom15
Other standard elements, than the ones mentioned above, can be displayed as dropdown in Talent Search only if a picklist is associated to the field in Data Model.
To have standard fields as dropdown options in Talent Search, it is necessary to configure the attribute pre-populate="true" for the standard element in the XML code of your instance (Data Model).
In order to make changes in the XML, please contact your Implementation Partner. If you don't have a Partner, you can find for SAP Certified Partners via the SAP Partner Finder or, alternatively, speak with your Account Executive or Customer Engagement Executive about Professional Services options. On this specific scenario, you can also contact SAP Cloud Support via case requesting this change. For more information on Software Change Requests, please kindly refer to KB Article 2252666 - SCR Form: Supported XML Software Change Request for Succession Org Chart and Succession Datamodel
For Partners & Support Only:
Below is an example of how to configure the attribute in the standard element:
<standard-element id="division" max-length="255" required="false" matrix-filter="true" pre-populate="true">
Note: The picklist options displayed in the Talent Search dropdown will be based on all of the records stored in the User Data File (UDF) for that field for both active and inactive users.
Keywords
pre-populate in Talent Search, country field in Talent Search, country dropdown values, standart field in Talent Search , KBA , LOD-SF-SCM-TS , Talent Search , How To