Talent Review meeting notifications (via Alert Composer)
Talent Review meeting notifications (via Alert Composer) currently use ${OwnerUsernames} as the recipient (Alert Name: Talent Review Tasks Alert). For other tasks (Like HRR_MEETING_SCHEDULE_ALERT, ORA_HRR_TR_MEETING_ALERTS), the recipient is defined as ${AlertUtils.person(PlanCandidateId).UserName}, which resolves the candidate’s username dynamically.
The requirement is to have Talent Review notifications behave like the second case.
The question is whether simply copying ${AlertUtils.person(PlanCandidateId).UserName} into the Talent Review notification will work, or if there’s another option to configure the recipient in a similar way.
Talent review notification has the ${OwnerUsernames} only for tasks updated, but other notifications in talent review are all the same way like others with ${AlertUtils.person(PlanCandidateId).WorkEmail}