Button Permissions apply to the buttons and pods available in a form template.
Several buttons and pods can be enabled and disabled in Form Template Settings.
- If a button or pod is enabled (or not disabled), we can further restrict it with button permissions.
- If a button or pod is disabled (or not enabled) in Form Template Settings, we cannot enable it with button permissions.Â
Buttons
Buttons are available from the route map or the lower right-hand corner of the performance form.

Pods are available along the top of the performance form and populate with data from the performance form.

Rating pods will only populate with data when the form has been rated. The Gap Analysis and Team Ranker pods are never visible to the subject of the form.Â
The Supporting Document Pod can display received feedback, attachments and notes. If Attachments are enabled or Feedback Permissions have been granted to the employee, the supporting pod will also display to the employee.Â
Note
Permissions can be set in XML, if needed, to control actions over attachments in the Supporting Information pod. Check the following resource in the SAP Help Portal for more information: Configuring Permissions for Attachments.Button Permissions Configuration
When configuring a button permission, the following need to be defined:Â
- The Type of Button Permissions
- None: No access to view or use the button or the pod.Â
- Enabled: Access to view or use the button or the pod.Â
- The buttons or pods being permissioned – (see table titled General Settings/Meta Section — Button Permissions for available buttons and pods). Â
Note
The Return to Evaluation button might be called Reject, which allows the user to send the form back from Signature into the previous step in the Modify stage. The term can be changed in Text Replacement. - The roles the permission applies to.
- Route steps populate from the route map that is associated to the form template in General Settings. Any route step may be selected.

In the XML code below, the following information is representative of the relevant lines of the XML Code:
Line 1: Buttons are enabled
Line 2: All roles are permissioned to use buttons
Lines 3–14: Button reference IDs
Line 15: All route steps are permissions for buttons to be available
Line 16: End tag
12345678910111213141516<button-permission type="enabled">
<role-name>*</role-name>
<button refid="reject"/>
<button refid="send"/>
<button refid="sign"/>
<button refid="overall-score-pod"/>
<button refid="gap-analysis-pod"/>
<button refid="incomplete-items-pod"/>
<button refid="team-rank-pod"/>
<button refid="supporting-information-pod"/>
<button refid="send-back"/>
<button refid="delete"/>
<button refid="get-comments"/>
<button refid="get-edits"/>
<route-step stepid="*"/>
</button-permission>
Available Button Permission Options
General Settings/Meta Section – Button Permissions
Definition | XML in <fm-meta> |
---|---|
Return to Evaluation: When the form is in the signature stage a role may send the form back to the evaluation or modify stages of the route map. | <button refid="reject"/> |
Finalize Form: Save and send the form to the next route step. | <button refid="send"/> |
Sign: Sign the form and move to the next route step. Only available during the signature stages. | <button refid="sign"/> |
Overall Score: Enables and populates the Overall Score pod along the top of the form with the calculated score. | <button refid="overall-score-pod"/> |
Gap Analysis: Enables and populates the Gap Analysis pod along the top of the form with manager versus employee ratings to determine gaps. | <button refid="gap-analysis-pod"/> |
Incomplete Items: Enables and populates the Incomplete pod along the top of the form with any required items (marked with a red asterisk) that have not been completed. | <button refid="incomplete-items-pod"/> |
Team Ranker: Enables and populates the Team Ranker pod along the top of the form with peer ratings to determine the rank of the subject of the form in relation to their teammates. | <button refid="team-rank-pod"/> |
Supporting Information: Enables and populates the Supporting Information pod along the top of the form with feedback provided from the Ask for Feedback function (that users have access to in Team Overview). There are distinct permissions that can be added to define who can see this feedback if it should be more than the user who requested it. In this Supporting Information pod, attachments can be included as well as notes from the Employee Profile. | <button refid="supporting-information-pod"/> |
Send to Previous Step: Allows the previous step button to be permissioned for specific roles at specific route steps. This gives the permissioned roles the capability to send a form back to the previous step in the route map. | <button refid="send-back"/> |
Delete Form: Allows the delete form button available from the form toolbar to be permissioned to be available for specific roles at specific route steps. | <button refid="delete"/> |
Get Comments/Get Edits: Control the Get Feedback button, where form can be sent to someone else, not included in the route map, to review the form and provide comments (get-comments) and even their own ratings (get-edits). To use these options, the following settings should be not enabled: Disable Ask For Comment Routing to allow comments, Disable Ask For Edit Routing to allow ratings and comments. | <button refid="get-comments"/> and <button refid="get-edits"/> |
Get Feedback is accessed from the route map during the performance review and is a button that must be permissioned for roles and route steps. If permissioned, the subject of the form could use this button to find another user in the system and get feedback.

Ask for Feedback
Ask for Feedback functionality gives the ability to ask general feedback to several users at the same time, internal users as well as external users. If a customer does not want to use the option to ask feedback to external participants, it can be disabled from Form Template Settings.

This feature is generally available for the direct managers but matrix and HR managers can also see forms from Team Overview if they are in the workflow. Team Overview is a dashboard where users can keep track of where employees are in the progress of reviews, and they have the ability to loop in another person to give feedback on that employee. Feedback then populates the Support Information pod along the top of the form.
Some important notes about Ask for Feedback functionality:
- Feedback responses are only visible to the owner (user who sent requests from Team Overview). However, these responses can be made visible to others using the Supporting Information pod in Performance forms. An option in Form Template Settings can be enabled to achieve this requirement: Enable permission configurations for Ask for Feedback responses. If this switch is not enabled, only the user who requested the feedback can view the responses in the Supporting Information pod.
- Ask for Feedback data has been added to the Performance Management schema in Table Reports (Ad Hoc Reporting). As a result, you can view Ask for Feedback information, such as, who requested the feedback, when it was requested and who responded. Note that this will not include the actual content of the feedback provided.
- Story Reports include enhanced Ask for Feedback reporting capabilities, such as feedback comments.
- The Ask for Feedback term can be replaced via Text Replacement, if needed
.

If the customer does not want to use the option to ask feedback to external participants, it can be disabled from Form Template Settings.