Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
task alert conditional statement
Summary:
We have a standard alert that goes out to owners once a performer completes an onboarding task. I need to add a conditional statement to this alert. Alerts Composer>Task Completed for Owner
Content (please ensure you mask any confidential information):
This is the way the old alert is set up:
Hello, ${AlertUtils.userName(RecipientUserName).DisplayName}
This is to let you know that ${CompletedByDisplayName} has completed the task ${TaskName} for ${JourneyAssigneeDisplayName}'s ${JourneyDisplayName} journey.
Thank you.
This is the way that I would like to set it up:
Hello, ${AlertUtils.userName(RecipientUserName).DisplayName}
#if(${TaskName} == "New Hire: Pre-Placement Assessment")This is to let you know that the PPA task has been completed and ${JourneyAssigneeDisplayName} is deemed cleared to start by People Health.