SAP Knowledge Base Article - Public

2661606 - “others-ratingtab-permission” vs “others-ratingtab-item-permission” - Performance Management

Symptom

This article explains the differences between the “others-ratingtab-permission” and “others-ratingtab-item-permission”.

Environment

SAP Successfactors Performance Management

Resolution

Tab Permission: others-rating-tab-permission

This tab is defined in meta section for Performance Management V12 Acceleration forms. It is relevant for all goal, development, and competency sections. The other's rating tab can be hidden in all relevant sections with following configuration:

<fm-meta>

...

<others-ratingtab-permission type="none"> 
            <role-name>E</role-name>

            <route-step stepid="1"/>

            <route-step stepid="2"/>

 </others-ratingtab-permission>

...

</fm-meta>

  • It controls others rating tab display or non-display for all sections at once. With this configuration, the Ratings from Others tab will be hidden and the message "There are no Ratings from Others" will not be displayed.

Hide Others Rating tab in a specific section: others-rating-tab-item-permission

The others-rating-tab-item-permission defines access on a field level within the Other's Rating tab. The others-rating-tab-item-permission can be defined in each goal (objective), development, or competency sections. The following is an example of the XML code to use below the field permission.

You can further control if you want to hide the rating or/and the comment in others rating tab via "tab-item":

<objective-sect *******************>

...

<others-ratingtab-item-permission type="none">
      <role-name>*</role-name>

      <tab-item refid="item-rating"/>

      <tab-item refid="item-comment"/>

      <route-step stepid="1"/>

      <route-step stepid="2"/>
</others-ratingtab-item-permission>

...

</objective-sect>

See Also

References:

Keywords

other's rating, form template settings, manage templates, others rating tab, other's rating tab, item comment, rating, hide comment, hide rating, unofficial user rating, section , KBA , csg_q , LOD-SF-PM , Performance Management , How To

Product

SAP SuccessFactors Performance & Goals all versions