Creating alert that references JobNumber/JobCode

Applicable Product:

  • Talent Management: Compensation

Applicable Release:

  • ALL

Summary:

This article provide examples on how to create alerts for specific jobs

 

Details:

 

Alerts can be created at row level or summary level.  Sometimes alerts are created only for specific jobs whether it was the employee's current job or the job the employee is promoted to. 

Instead of comparing the job to the job title, job number should be used instead when checking in the alert.

To reference the current job, the code is

return (currentJob?.code == "Enter_JobNumber") ...

To reference the new job (promotion), the code should be 

return (newJob?.code == "Enter_JobNumber") ...

 

Example:

First, identify the Job Code using the Jobs - By Job Code reporting grid

Add the alert with the following syntax,

Was this article helpful?

0 out of 0 found this helpful