Application merge fields
Merge Field | Contains |
{positiontitle} {title} {jobtitle} {name} |
The title you have given this job in the job details section. Any of the 4 on the left will work. |
{id} {idnumber} {number} |
The Candidate’s ID number. |
{street} {address} |
The street address entered for this job. |
{suburb} | The suburb address entered for this job. |
{state} | The state for this job. |
{country} | The country for this job. |
{postcode} | The post code for the address of this job. |
{dateadded} {added} {created} |
The date this job was created in the Perform Zone system. |
{worktype} | A description of the type of work for the job, for example ‘Permanent Full Time’. |
{jobdescription} {description} {details} |
The text entered into the ‘Duties of position’ input box. |
{advert} | The advertisement entered for this job. |
{teaser} {webtease} |
The teaser entered for this job. |
{minsalary} {salarymin} |
The minimum salary entered for this job. |
{maxsalary} {salarymax} |
The maximum salary entered for this job. |
{numstaff} | The number of staff at the employer entered in the job details section. |
{clientname} {employername} |
The name of the employer. |
{bdmname} | The full name of the BDM. |
{bdmemail} | The BDM’s email address. |
{bdmphone} | The BDM’s phone number. |
{bdm.*} | A block allowing access to the full BDM merge fields, so for example; {bdm.mobile} gives the BDM’s mobile number, {bdm.firstname} gives the BDM’s first name. |
{amname} | The full name of the AM. |
{amphone} | The AM’s email address. |
{amemail} | The AM’s phone number. |
{am.*} | A block allowing access to the full AM merge fields, so for example; {am.mobile} gives the AM’s mobile number, {am.firstname} gives the AM’s first name. |
{username} | The full name of the recruiter. |
{user.*} | A block allowing access to the full recruiter merge fields, so for example; {user.mobile} gives the recruiter’s mobile number, {user.firstname} gives the recruiter’s first name. |
{clearance} | The security clearance level required for this job. |
{positions} | The total number of positions needed for this job. |
{adrate} | The advertised salary for this job. |
{priority} | The priority for this job. |
{numcv} | The number of non-rejected applications at the CV sent stage. |
{numint} | The number of non-rejected applications at the interview stage. |
{numshortlist} | The number of non-rejected applications at the shortlist stage. |
{numactive} | The number of non-rejected applications at the Applied stage. |
{clientsuburb} | The employer’s suburb. |
{clientstate} | The employer’s state. |
{clientpostcode} | The employer’s post code. |
{clientcountry} | The employer’s country. |
{contactname} | The Contact’s full name. |
{contactemail} | The Contact’s email. |
{contactphone} | The Contact’s phone. |
{sendcontactname} | The send application to contact’s full name. |
{sendcontactemail} | The send application to contact’s email. |
{sendcontactphone} | The send applications to contact’s phone. |
{reportscontactname} | The reports to contact’s full name. |
{reportscontactemail} | The report to contact’s email. |
{reportscontactphone} | The reports to contact’s phone. |
{skills} | A container with a list of all the current skills entered into the job. You can step through this list by doing the below:
{repeat skills as skill} {skill.current+1}. {skill.name} This will step through the list showing the name of each skill. |