Display terminated worker email address in Alert
Summary:
Display terminated worker email address in Alert
Content (required):
We are triggering the alert notifications with following details when employee get terminated.
Employee Name:
Email Address:
Manager:
Manager Email Address
However, when employee has been terminated for past date, the employee email is either blank or displaying the personal email.
Email Address: ${workers.emails[0].EmailAddress}
Email Address: ${AlertUtils.person(workers.PersonId).WorkEmail}
Email Address: ${AlertUtils.person(workers.emails.EmailAddress).WorkEmail}
Could anyone share an idea how to display worker email address?
Version (include the version you are using, if applicable):
22A
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0