Skip to content

Applications

The Applications page tracks every job application submitted to your organization. Each application links a candidate to a job posting and moves through defined pipeline stages from Applied through to Hired, Rejected, or Withdrawn. Applications can be starred for priority tracking, evaluated with scores, linked to scheduled interviews, and annotated with internal notes.

Applications list showing Candidate, Position, Stage, Score, and Applied columns with pipeline stage badges

  • Route: /applications
  • Menu Path: HR → Recruitment → Applications
ColumnDefault VisibleSortableDescription
CandidateYesYesCandidate name and email
PositionYesYesJob posting title the application is for
StageYesNoCurrent pipeline stage badge
ScoreYesYesAverage evaluation score
AppliedYesYesDate the application was submitted

Applications move through a sequential pipeline. Stage order is:

graph LR
    APPLIED --> SCREENING
    SCREENING --> PHONE_SCREEN
    PHONE_SCREEN --> INTERVIEW
    INTERVIEW --> ASSESSMENT
    ASSESSMENT --> REFERENCE_CHECK
    REFERENCE_CHECK --> OFFER
    OFFER --> HIRED
    OFFER --> REJECTED
    OFFER --> WITHDRAWN
StageDescription
AppliedApplication received
ScreeningInitial review by HR
Phone ScreenInitial phone conversation
InterviewOne or more interview rounds
AssessmentSkills test or assignment
Reference CheckReference verification
OfferOffer extended to candidate
HiredCandidate accepted the offer
RejectedApplication declined
WithdrawnCandidate withdrew

A final outcome can be set on any application to close it:

OutcomeDescription
HiredCandidate was hired
RejectedApplication was rejected
WithdrawnCandidate withdrew their application
No ShowCandidate did not appear for an interview
FilterTypeDescription
SearchFree textSearches by candidate name
Job PostingSelectFilter by specific job posting
StageSelectFilter by current pipeline stage
StarredSelectAll, Starred only, or Not Starred

Click any sortable column header to sort ascending; click again for descending; third click removes the sort.

Server-side pagination with configurable page size.

ActionDescription
Add ApplicationOpens the Create Application dialog

Clicking a row opens the Application Detail side panel where all actions are available.

Click Add Application to open the Create Application dialog.

Create Application dialog showing Candidate, Job Posting, Source URL, and Notes fields

FieldRequiredTypeDescriptionDefaultValidation
CandidateYesEntity selectThe candidate applyingRequired
Job PostingYesEntity selectThe open job postingRequired; only Open postings shown
Source URLNoURLWhere this application originated
NotesNoTextareaInternal notes about the application

If the selected job posting has an application form schema attached, the form fields are rendered inline and may add additional required fields.

Steps:

  1. Click Add Application.
  2. Select the candidate and the job posting.
  3. Optionally add a source URL and notes.
  4. Fill in any application form fields shown below.
  5. Click Create Application.

Clicking any application row opens the Application Detail side panel with five tabs:

SectionDescription
Candidate InformationName, email, phone, and link to candidate profile
Move to StageStage selector to advance or move the application
Evaluation ScoreAverage score from all evaluations
TimelineApplication date, last stage change date, outcome set date
SourceSource URL if provided
ResumeDownload link if a resume is attached to the candidate

Available actions from the Overview tab:

ActionDescription
Star / UnstarToggle priority flag on the application
Set OutcomeOpen the outcome dialog to mark the final result
DisqualifyImmediately disqualify with a reason prompt
Schedule InterviewOpens the Interview scheduling dialog
Add EvaluationOpens the evaluation form

Lists all interviews scheduled for this application. Each interview shows type, date/time, status, and feedback summary. See Interviews for full detail.

Lists all evaluations submitted for this application by interviewers or recruiters. Each evaluation shows the evaluator, score, strengths, concerns, and notes. New evaluations can be submitted here.

Shows the full stage change history with timestamps.

Internal notes specific to this application. Notes can be added and edited here.

Open the application detail panel and click Set Outcome.

FieldRequiredTypeDescription
OutcomeYesSelectHired, Rejected, Withdrawn, or No Show
ReasonNoTextareaAdditional detail about the outcome

After an outcome of Hired is set, the application can be converted to an employee record using the Hire from Application action on the Employees page.

  1. Open HR → Recruitment → Applications from the sidebar.
  2. Filter by job posting or stage to focus on a subset.
  3. Click an application row to open the detail panel.
  4. Advance the stage, schedule interviews, or set the final outcome.