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 condition in alert only returning else
Summary:
We have a costume alert that alrealdy works fine for voluntary atibutions, but the costumer wanted this alert to send a link to the couse only for online offers but it does not show the link in the e-mail. I also tried adding an else to the expresion and it does show the else condition in the e-mail
Does anyone knows whats is happening or what is the correct expression?
We tried using the expression :
<% if(offeringDeliveryMode == 'ORA_SP') {%> Link: ${learnerLearningRecords.assignmentDetailsDeepLink} <%} %>
and
<% if( (learnerLearningRecords.primarySelectedCourseOffering.offeringDeliveryMode) == 'ORA_SP') {%> Link: ${learnerLearningRecords.assignmentDetailsDeepLink} <%}%>
Tagged:
0