Need to attached the token in Alert
Summary:
Hi Expert,
Need to attached the below details in existing alert.
Can we include the details
- .Name
- .Job Title
- .Department
- .Person number
Alert Code ORA_CHK_TASK_ASSIGNED_PERFORMER
Hello, ${AlertUtils.userName(RecipientUserName).DisplayName}
You have a new task to do.
${(PerformerIsJourneyAssigneeFlag == 'Y') ? 'A task ' + TaskName + ' has been assigned to you for ' + JourneyAssigneeDisplayName + '\'s ' + JourneyDisplayName + ' journey.' : 'A task ' + TaskName + ' has been assigned to you.'}
${(RequiredFlag == 'Y') ? 'This task is mandatory': 'This task is optional'}.
${(TargetEndDate != null && DaysToDue > 0) ? 'You have ' + DaysToDue + ' days to complete it.' : ''}
You can contact ${OwnerName} for any questions.