Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
If - Else Conditions in HTML for Taleo's Notifications
Content
Hi All,
I encountered an HTML issue with Taleo's notifications, and I would really appreciate your assistance.
I would like to use the notification which is triggered by 'ERT, Job Specific Referral, New Candidate' for 2 different cases:
1. Agent Referral
2. Friend Referral
Therefore, at the beginning for the notification I would like to use:
Dear {CANDIDATE_FIRST_NAME},
{AGENCY_NAME} {REFERRER_FIRST_NAME} {REFERRER_LAST_NAME} has submitted your name...
But, I would like that {AGENCY_NAME} will be presented only when I'm in the first case - Agency Referral and that the other {REFERRER_FIRST_NAME} and {REFERRER_LAST_NAME} will not ( I will add that those 2 fileds are filled with the agent details). Same in the second case - Friend Referral, I would like to see only {REFERRER_FIRST_NAME} and {REFERRER_LAST_NAME}.
0