Symptom
- What fields are available for People Pool?
- How can I add a new People Pool?
Environment
- SAP SuccessFactors HXM Suite
- SAP SuccessFactors Succession Management
Resolution
- The fields that can be used when defining permission groups can be found on the user guide here: Standard Fields Available to Use as Filters in Permission Groups
- MDF(Metadata Framework based object's) fields cannot be used for defining permision groups.
The field should be added in the SCM data model same as example below:
<element-permission type="read">
<description>Allow everyone to read non-sensitive data</description>
<role-name>*</role-name>
<standard-element-ref refid="custom01"/>
<standard-element-ref refid="custom02"/>
<standard-element-ref refid="custom03"/>
</element-permission>
Note:
- The fields that are added will be accessible to all employees in the instance.
- Please contact your SAP Partner who will have access to Provisioning to perform this task
- If you do not have a Partner you can contact Support and provide a written approval
See Also
Standard Fields Available to Use as Filters in Permission Groups
2149831 - SAP Professional Services / SAP Certified Partner / SAP Account Management Team [SuccessFactors Cloud]
Keywords
Fields Available for People Pool, RBP, HRIS fields , KBA , sf , LOD-SF-PLT-RBP , Role Based Permissions , LOD-SF-SCM-SCR , Software Changes, Services, Provisioning etc. , How To