Alert composer - Talent Review Meeting notification ${AlertUtils.formatDate(RATINGS_DEADLINE)} token
Summary:
When a talent review meeting is schedule and the Deadline for Submitting Ratings not entered. Can the notification ${AlertUtils.formatDate(RATINGS_DEADLINE)} token not display a date.
Would any know how to write a code for the template to check if the ${AlertUtils.formatDate(RATINGS_DEADLINE)} token in NULL and don't display it?
Version (include the version you are using, if applicable):
26B
Code Snippet (add any code snippets that support your topic, if applicable):
<tr><td style="width:37%;padding:4px 0;">
Deadline for Submitting Ratings
</td><td>${AlertUtils.formatDate(RATINGS_DEADLINE)}</td></tr>
0