- 18 Feb 2025
- 9 minute read
- Print
- DarkLight
- PDF
Slate Standard Alumni Interviewing Portal
- Updated 18 Feb 2025
- 9 minute read
- Print
- DarkLight
- PDF
Slate provides two alumni interviewing portals that can be imported with Suitcase:
Alumni interview portal: Alumni assign themselves students to interview
Alumni interview portal (with captains): Designate specific alumni as “captains” that assign interviews to other alumni
These portals use dataset records for alumni information and application records for student information.
Steps to building an alumni interviewing portal
Create an alumni dataset and add relevant fields and rules.
Create an application-scoped field to store interview assignments.
Create relevant forms, including the required assignment and interview report forms and the optional profile form.
Import the Suitcase and update the portal configurations.
Test the process before launching.
Step 1: Creating the alumni dataset and dataset fields
Your first step is to create a custom dataset.
Create the alumni volunteers dataset
Like each record in the default person dataset represents a prospect, each record in this dataset will represent an alumni volunteer.
➡️ Follow the instructions in our custom dataset documentation to create an alumni volunteers dataset.
When you’ve created the custom dataset, return to this article to continue its configuration for the alumni interview portal.
Create an alumni geomarket field
Your dataset needs a field to represent the geomarket (or geomarkets) nearest the volunteer.
This field determines which applicants appear in the assignment view.
To create the alumni geomarket field:
From the main navigation, select Database.
Select Fields.
Select New Field.
Configure the following settings:
Status: Active
Scope Category: Records
Scope: Alumni Volunteers
ID:
alumni_geomarket
Name: Alumni Geomarket
Field Type: Can be set to Single Value or Multiple Values
Prompt:
geomarket
Select Save.
You can add this field to an alumni profile form, but it may be simpler to use a rule to assign this field.
Create an alumni role field (Captains portal only)
If you’re using the portal with assignment by captain, this field is required.
Alumni captains can view other alumni volunteers in their interview area and can assign interviewees to these volunteers. This field uses a prompt value to indicate if they are a captain/chair or a regular interviewer.
To create this field:
From the main navigation, select Database.
Select Fields.
Select New Field.
Configure the following settings:
Status: Active
Scope Category: Records
Scope: Alumni Volunteers
ID:
alumni_role
Name: Alumni Role
Field Type: Single Value
Prompt:
alumni_roles
Select Save.
Step 2: Creating the interviewer assignment related dataset row field
There is only one required application-scoped field: the interviewer assignment field.
This must be a related dataset row field, which links the application record to a specific Alumni Volunteer dataset record.
To create this field:
From the main navigation, select Database.
Select Fields.
Select New Field.
Configure the following settings:
Status: Active
Scope Category: Records
Scope: Application
ID:
app_alumni_interviewer
Name: Alumni Interviewer
Field Type: Related Dataset Row
Multiple: Single Value
Related Dataset: Alumni Volunteers
Select Save.
Step 3: Creating forms
The alumni interview portal requires two forms (with an optional third):
The form that assigns an alumni volunteer to an applicant record
The review form an alumni volunteer fills out after conducting the interview
Optionally, you can also create a profile form that lets alumni volunteer update their information in the portal.
Since these forms all depend on the custom dataset, they are not provided in the Suitcase and must be built from scratch.
Create the assignment form
This application-scoped form only needs one field: the one that assigns an alumni interviewer to an applicant.
This field will be mapped to the related dataset row field you created in step 2.
To create this form:
Create a new form with a descriptive name (like Alumni Interviewer Assignment Form) and set it to Confirmed/Active.
Select Edit Form.
Select Edit Properties.
Set the Scope to Application.
Select Save.
Remove all of the default form fields.
From the form palette, add a Text Box.
Configure the following settings:
System Field: Application Fields → App: Other - Alumni Interviewer (Alumni Volunteers Record GUID)
Layout: Table
Select Save.
Create the interview report form
This is the report form the alumni volunteer fills out after the interview.
It will also be an application-scoped form, and will contain the questions you’d like each alumni volunteer to answer.
To create the interview report form:
Create a new form with a descriptive name (like Alumni Interviewer Report Form) and set it to Confirmed/Active.
Select Edit Form.
Select Edit Properties.
Set the Scope to Application.
Select Save.
Remove all of the default form fields.
Add unmapped form fields for each question you would have the interviewer answer.
Create the alumni profile form (Optional)
This optional form can be added to the portal to allow alumni volunteers self-service access to change their information. Their information can include any of the dataset-scoped fields you created alongside the alumni volunteers dataset.
To create this form:
Create a new form with a descriptive name (like Alumni Interviewer Profile Form) and set it to Confirmed/Active.
Select Edit Form.
Select Edit Properties.
Set the Scope to Dataset.
Set Dataset to Alumni Volunteers (the dataset you created in step 1).
Select Save.
Remove all of the default form fields.
Add a form field for each profile field the volunteer should be able to update. Set the form field’s System Field to Fields →
<your alumni volunteer dataset field>
.
Step 4: Importing and customizing the portal
Now that you’ve laid the groundwork, you can bring in the portal with Suitcase Import.
➡️ Use Suitcase Import to import the Alumni Interviewing Portal of your choice.
Return to this article when you’ve completed the import process.
Once the portal has been imported via Suitcase, there are three major configurations:
Update the portal’s scope and XML configurations with a few pieces of information unique to your database
(Captains portal only) Update the portal queries
(Optional) Update the views to customize the portal to your institutional needs
Configure scope
To update the portal scope:
From the main navigation, select Database.
Select Portals.
Select the portal from the list.
Select Edit.
Configure the following settings:
Scope: Dataset
Dataset: Alumni Volunteers
This choice populates the Dataset and Security settings:
Update the XML configuration
Still in the Edit Details popup, scroll down to find XML Configuration.
In this field, there are several portal variables. Portal variables let you store information centrally and access it in queries and views.
For these variables to function, they need certain information—IDs for various fields and forms—between the <var>...</var>
tags of each variable.
To configure these variables:
interviewer_field_id
We need the ID of the application-scoped related dataset row field that stores the alumni volunteer interviewing the applicant.
Go to Database → Fields.
Select the field you created in step 2.
Copy the ID value.
In the portal’s XML configuration, paste the ID between the
<var>...</var>
tags of theinterviewer_field_id
variable.
alumni_location_field_id
We need the ID of the dataset-scoped field that stores the geomarket(s) where the alumni volunteer is located.
Go to Database → Fields.
Select the alumni geomarket field you created in step 1.
Copy the ID value.
In the portal’s XML configuration, paste the ID between the
<var>...</var>
tags of thealumni_location_field_id
variable.
applicant_assignment_form
We need the GUID of the application-scoped form used to assign interviewers.
Go to Forms.
Select the assignment form you created in step 3.
From the URL, copy the GUID that follows
form?id=
.In the portal’s XML configuration, paste the form GUID between the
<var>...</var>
tags of theapplicant_assignment_form
variable.
interview_report_form
We need the GUID of the application-scoped form used to report after an interview.
Go to Forms.
Select the interview report form you created in step 3.
From the URL, copy the GUID that follows
form?id=
.In the portal’s XML configuration, paste the form GUID between the
<var>...</var>
tags of theinterview_report_form
variable.
rounds
We need the names of the application rounds to be displayed in the portal.
Go to Database → Application Rounds.
Select a relevant round from the list.
Copy the Name field (Note: Not the Short Name).
In the portal’s XML configuration, paste the name between the
<var>...</var>
tags of theround
variable.For each additional round, repeat steps 1-4. Separate each round with a pipe symbol
|
without spaces.
For example, if you want users of the portal to see the rounds “Fall 2024 FR” and “Fall 2024 GR”, add Fall 2024 FR|Fall 2024 GR
to the round
variable tag.
Adding exports and filters to queries (Captains portal only)
If you’re using the alumni captains portal, you must add exports and filters to two of the alumni captain portal’s dataset row queries:
Alumnus Information
Interviewers
The dataset row query base
These two queries are built on the dataset row base. Since Slate doesn’t know the particulars of your alumni volunteers custom dataset, we use this catch-all query base to avoid errors. This query base contains all dataset records in your database.
So, we need to filter for just those dataset records in your alumni volunteer dataset, and, of those, just the records relevant to these queries.
You can then access your custom dataset fields in the existing queries by creating a join to Field Values inside subquery exports and filters.
Alumnus Information query
When you select the Alumnus Information query, you’ll find a subquery export called captain
. This subquery export has an existence output that returns either a Y
or an N
, depending on whether the logged-in alumnus has the captain/chair role you created earlier.
By default, this subquery has a placeholder literal export called Filter for the Captain/Chair role
. Replace this placeholder export with the alumni role field.
Interviewers query
The Interviewers query needs to be filtered down to just Alumni Volunteers dataset records.
To do this, select your custom dataset from the list in the filter Dataset.
Modifying portal views (Optional)
You can edit the portal’s views to:
display new exports you’ve added to its queries
remove items
change its visual layout
Default View
This view contains:
the portal tab framework
a social media feed
a placeholder link to a profile form, which must be updated to point to the profile form you created earlier or else deleted.
Captain portal only: A link to the Assignments tab is surrounded by Liquid markup: {{% if captain=='Y'%}}
. Only records with the role of Captain will see this link. You can adjust the Liquid markup as needed.
Pop-Up: Applicant Detail
This view displays a pop-up after the alumni volunteer selects an applicant on the Home or Volunteers tab.
Liquid markup conditionally displays either the assignment form or a link to the interview report form, depending whether the applicant is being assigned or is already assigned.
Add details to this pop-up by updating the merge fields and associated queries as desired.
📝 The merge fields in a view must exactly match the names of the exports in its associated query.
Tab: Assignments
This view appears only for captains. It contains a list of interviewers in the captain's area and a list of applicants in their area.
Edit the tables and their associated queries to display any additional data you want captains to see here.
Tab: Home
This view contains the alumni volunteer’s assigned interviewees and their statuses. Feel free to edit the tables to display any additional desired data.
Each row in the tables contains a link to the applicant detail pop-up.
Additional customization
The standard Alumni Interviewing portal can be updated in various ways, depending on an institution's process. These can include:
interviewing both applicants and inquiries
interviewing only those records who request an alumni interview
adding an alumni directory
Step 5: Testing
Creating test objects
Before you start testing your portal:
Create an example alumni volunteer dataset record.
If you are using the captains version of the portal:
Assign the test record to the captain/chair role.
Create several other example volunteer records for assignment.
Create a few application records in the interview area.
Double check that relevant rules are active.
Run retroactive refresh, if necessary, so that all test records receive the appropriate interview area on their record.
Testing the portal
Select Impersonate, then enter the name of your volunteer test record.
In the portal:
Confirm you see the expected interviewees and interviewers.
Select different interviewees to view the pop-up
Test the entire interview process, including:
Interview assignment by captain or volunteer
Interviewers can see their assignments
Submitting the review form
Any communications associated with the process
Save an assignment
Return to the portal editor to make any changes to the queries and views as desired.