You have the option to use an Invitee Campaign for Interviews, or you can add participants manually. An Invitee Campaign is helpful if the participants change based on criteria.
Event Staff is added to Interviews by selecting an Invitee Campaign or adding them to the Organization Event under Staff & Volunteers section. Staff Confirmation and Staff Cancellation email templates are sent only to those listed in the Staff & Volunteers section.
Note: Administrators have the option to Clone interviews; this also gives the option to Clone With Staff and Invitees. When ‘Cloning,’ the Administrator is presented with a popup window to select whether Staff and Invitees of the Event should also be cloned.
Invited means the Student was Invited to the Event manually and can view the Interview in the Appointments and Interviews Community to schedule.
Confirmed means that the Student scheduled the Interview. The Interview will now be displayed under My Events for the Student.
New Invitation button makes the Interview available on Appointments & Interviews Community and displays as ‘Invited’ under the Attendees section.
New Registration button adds the Interview to My Events (The Student does not need to go to the Appointments and Interviews Community to schedule). An email confirmation will be sent to the Attendee if configured.
You can limit the number of students that can register for an interview by setting the Max Attendees field on the Organization Event record.
If Waitlist has been selected on the Organization Event record and a student attempts to register for a full Interview, they will receive a message: “This Interview is currently full. Click Confirm to join the waitlist.”
If you are not using "Interviews" and prefer to repurpose the functionality for another use, such as Group Meetings, you can rename "Interviews" accordingly:
In all instances where the user previously saw "Interview" in the appointment scheduler, "Group Meeting" will now be displayed. The only exception to this change is on the Applicant Dashboard.
To update the Interviews label in the Appointment & Interviews button, modify the CSS in your Community Theme linked to the Applicant Dashboard by replacing "Appointments & Interviews" with your desired label:
/*code for appt and interviews label*/ .portal-block__button.go-to-appointments > a { font-size: 0px; } .portal-block__button.go-to-appointments > a::before { content: "Appointments & Interviews"; font-family: 'proxima-nova-semibold', Helvetica, Arial, San-serif; font-weight: normal; font-size: 16px; color: #0077B9; text-align: center; text-decoration: underline; }
You can customize your Community Theme with CSS code by taking the following steps:
Using our earlier example, the CSS would be updated with content: "Appointments & Group Meetings"; and would display the following: