1. SAP SuccessFactors Recruiting: Implementation and Administration Guide: In the section "Feature Permissions in a Multi-Stage Application Environment
" the XML configuration examples for and demonstrate the mandatory nature of the role-name attribute (Operator) and the type attribute (Permission type: read/write). The guide shows that a permission cannot be defined without specifying both the role and the access type. (Document available on the SAP Help Portal).
2. SAP SuccessFactors Recruiting: Job Application Template Configuration: The official documentation for the application-template.xml specifies the structure for permissions. The element
which grants access to a specific field
requires the type attribute to be set to "read" or "write". This element is nested within a element
which requires the role-name attribute to be defined. This confirms that both the operator (role) and permission type are essential definitions. (Document available on the SAP Help Portal).