How to copy seeded alert template for new template or save the existing one?
Summary:
Hi all,
We are not able to copy the seeded alert template or save the existing template which was modified with seeded format-
The error message keeps popping up for the seeded alert template/custom alert template when we try to save the template with the seeded format template-
Hello, ${AlertUtils.userName(RecipientUserName).DisplayName}<br/><br/>You have a new task to do.<br/><br/>${(PerformerIsJourneyAssigneeFlag == 'Y') ? 'A task ' + TaskName + ' has been assigned to you for ' + JourneyAssigneeDisplayName + ''s ' + JourneyDisplayName + ' journey.' : 'A task ' + TaskName + ' has been assigned to you.'}<br/><br/>${(RequiredFlag == 'Y') ? 'This task is mandatory': 'This task is optional'}.<br/><br/>${(TargetEndDate != null && DaysToDue > 0) ? 'You have ' + DaysToDue + ' days to complete it.' : ''}<br/><br/>You can contact ${OwnerName} for any questions.<br/><br/><a ${href}="${TaskURL}" translate="yes">Access the task</a><br/><br/>Thank you.