The "Application" content type represents any job application.
This is a "private" type of content: it's not possible to insert an application in a page.
Application" content is created when a user applies for a job.
An application is composed of the following standard fields:
Title |
Type |
Name |
Mandatory |
---|---|---|---|
Title |
string |
title |
yes |
Candidate's name |
string |
lastname |
yes |
Candidate's first name |
string |
firstname |
yes |
Email of the applicant |
string |
|
yes |
Job offer |
content |
jobOffer |
|
CV |
file |
cv |
yes |
Cover letter |
file |
coveringLetter |
|
Applications can be consulted and processed in the dedicated application search tool.
The life cycle of an application is defined by the job-application workflow file .xml
By default, the life cycle of an application is as follows:
A mail notification is sent to those responsible for the offer when an application is submitted.
This lifecycle can be enriched during the integration phase.
The form used to apply for a job is automatically generated based on the fields in an application.
In logged-in mode, the Last Name, First Name and Email fields are pre-filled with the last name, first name and email of the logged-in user.