Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Location Not Pulling to Interview Confirmation
In the ORC Interview Scheduled Notification (ORA_IS_SCHED_NOTIFICATION), the location details are not pulling, even when a location is entered in the interview template. Below is the code being utilized that results in a null value in the communication to candidates. Any assistance would be appreciated.
Thank you for scheduling your interview with IU Health! Please see below for the details of your scheduled interview:
Date and Time: ${InterviewSchedulingInterviewStartDate}
Requisition: ${RequisitionTitle}
Interview Type: ${InterviewSchedulingLocationType}
Interviewer: ${InterviewSchedulingInterviewerName}
<% if (InterviewSchedulingLocationTypeCode == "ORA_IS_LOCATION_PHONE") print("Location: " + InterviewSchedulingLocationPhoneNumber); %> <% if (InterviewSchedulingLocationTypeCode == "ORA_IS_LOCATION_WEBCONFERENCE") print("Location: " + InterviewSchedulingLocationWebConferenceLink + " Phone Number: " + InterviewSchedulingLocationPhoneNumber + " Access Code: " + InterviewSchedulingLocationPhoneNumberPasscode); %> <% if (InterviewSchedulingLocationTypeCode == "ORA_IS_LOCATION_IN_PERSON") print("Location: " + InterviewSchedulingLocationSingleLineAddress);%>