solution for withdraw conditional statement in alert which worked
Summary:
Withdraw conditional statement
Below is the solution for conditional statement
Content (please ensure you mask any confidential information):
<div>Hi ${assignedToDisplayName},</div>
<div>
You have been successfully withdrawn from
${AlertUtils.getLookupMeaning('ORA_WLF_LEARNING_ITEM_TYPE', learningItemType)}:
${learningItemTitle}.
</div><div><% if (learnerLearningRecords.selectedCourseOfferings != null
&& learnerLearningRecords.selectedCourseOfferings.size() > 0
&& learnerLearningRecords.selectedCourseOfferings[0] != null) { %></div>
<div>
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0