dashboard
Page for managing jobs, applicants, and forms
Last updated
Was this helpful?
Page for managing jobs, applicants, and forms
Last updated
Was this helpful?
The dashboard is used for viewing and managing Jobs
, Applicants
, and Forms
. Admins and Managers can view and edit all Jobs
and Applicants
as well create and modify Forms
. Viewers can view any Jobs
and Applicants
which they are assigned and can update the Status
for those Applicants
.
Navigates the user away from the page if they do not have the proper permissions
Navigates the user away from the tab if they do not have the proper permissions
Creates a new Job
and shows the add / edit job form by setting a job
parameter to the new Job
's unique id
Updates the list of Assigned users
for the Job
Only Admins and Managers can update this list
Creates a new Form
and navigates the user to the to modify it
Auto-populates the Name
and Confirmation message
fields and sets the Saved?
to yes
Deletes the Job
from the database
Updates the Job
with the inputted information
Sets the Saved?
field to yes so the Job
will now appear in lists and be viewable on the platform
Updates the Stage
- or status - for the Applicant
This is accessible to any users who are eligible to view this Applicant
's Job
Shows the form for editing a Job
by setting a job
parameter to the relevant Job
's unique id
Shows the interface for viewing and adding Notes
- or comments - for an Applicant
by setting an applicant
parameter to the relevant Applicant
's unique id
Updates the active/inactive status of the Job
by updating the Inactive?
field
Only Admins and Managers can access this input
Shows the relevant list of Applicants
Admins and Managers can view all Applicants
on the platform and Viewers can view Applicants
for Jobs
which they've been assigned
Can be filtered using Dropdown Filter Applicants - Job
and Dropdown Filter Applicants - Status
Shows the relevant list of Forms
Only Admins and Managers can view and interact with Forms
Shows the relevant list of Jobs
Admins and Managers can view all Jobs
on the platform and Viewers can view Jobs
which they've been assigned
Pulls from the job
url parameter which is used when creating or editing a Job
Pulls from the applicant
url parameter which is used for viewing an Applicant
's Notes