Pseudomodel Scripting Addition
Applicable Product:
- Talent Management: Compensation
Applicable Release:
- V24.11+
Summary:
This enhancement adds the calibrated overall rating to the Talent Management Pseudomodel.
Details:
In this update, calibratedOverallRating has been added to the Pseudomodel PerformanceRatingContainer so it can be used in Compensation plan formulas and data maps.
The new value can be found by opening the pseudomodel and going to SalaryPlanParticipant > PerformanceEvaluation > PerformancePeriodEvaluation and click PerformanceRatingContainer for managerEvaluation.
For example, a salary plan can use the following formula to reference the calibrated overall rating:
return performanceEvaluation?.finalEvaluation?.managerEvaluation?.calibratedOverall?.rating?.displayName;
Clients with Compensation and Performance can therefore create a "Pay for Performance" culture by using the overall calibrated rating in Compensation plans.