How You Modify the Grid View of the Team Talent Page to Display Talent Score and N Box Cell Assignment Ratings

By default, line managers can't view or edit talent score and n box cell assignment ratings for a report on the Team Talent page in the grid view.

However, by using Oracle Page Composer, you can change the Team Talent page to display both the ratings in the grid view of the page. To change a page, you must have the privilege to modify pages. After changes have been made, depending on their accessibility to a talent rating type, line managers can view or edit the talent rating in the grid view of the Team Talent page. You can display only two ratings on a person card in the grid view of the Team Talent page. Therefore, to display talent score and n box cell assignment ratings, you must modify the existing ratings displayed in the grid view. You manage the content section access settings of a talent rating for a role using the Manage Profile Types task. The task is available in the Setup and Maintenance, Profiles, or Person Management work area.

Prerequisites

Activate a sandbox.

Modifying the Grid View

In the following procedure, the Performance rating is replaced with N Box Cell Assignment and the Potential rating with Talent Score.

To enable a line manager to view n box cell assignment and talent score ratings in the grid view of the Team Talent page:

  1. Sign in as a user who has the privilege to access the Team Talent page.

  2. Select Navigator > My Team > Team Talent. The Team Talent page appears in the grid view.

    Tip: If the grid view isn't selected, click the View Grid icon.
  3. Click your user name in the global area and from the Settings and Actions menu, select Edit Pages.

    Note: If the Confirm Task Flow Edit dialog box appears anytime during this procedure, click Edit to continue.
  4. On the Edit Pages dialog box, select the Edit option for the Site layer and click OK.

  5. Select View > Source at the top-left section of the page to open the Source edit mode.

    Tip: By default, the Dock pane is collapsed in the bottom position. To see the source content, you can drag the page divider to the top.
  6. Replace existing labels on the person card of the Team Talent page with N Box Cell Assignment and Talent Score:

    1. Click Performance on a person card on the Team Talent page. The source tree moves to the Performance component.

    2. Right-click the component and select Edit. The Component Properties dialog box appears.

    3. In the Value field, click the drop-down button and select Select Text Resource. The Select Text Resource dialog box appears.

    4. In the Key field enter a unique value. For example, NB1. You use this value to reuse the label in other pages

    5. In the Display Value field, enter the label for the n box cell assignment rating. For example, N Box Cell Assignment.

    6. Click OK.

    7. Click Apply and then OK to close the Component Properties dialog box.

    8. Repeat steps 6.1 through 6.8 to change the label Potential as Talent Score on the person card on the Team Talent page. For Talent Score, you can enter values for the Key and Display Value fields as shown in the following table.

      Field

      Example

      Key

      TS1

      Display Value

      Talent Score

  7. Use the expression language (EL) to display the value of the n box cell assignment and talent score ratings below the edited labels:

    1. In the source tree, select the outputText node below the outputText: N Box Cell Assignment node.

    2. Right-click the component and select Edit. The Component Properties dialog box appears.

    3. In the Value field, click the Edit icon and select Expression Builder. The Edit dialog box appears.

    4. In the Type a value or expression field, enter the #{row.NBoxAssignment} expression.

    5. Click OK.

    6. Click Apply and then OK to close the Component Properties dialog box.

    7. In the source tree, select the outputText node below the outputText: Talent Score node.

    8. Repeat steps 7.2 through 7.6 to enter the #{row.TalentScore} expression for the talent score rating.

  8. Click Close to close Page Composer.

  9. Publish your sandbox to make your changes available to users who are line managers.