Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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