Revision: 13d1ccf936

Create Wiki Page

Restore Revision

Administrator edited on 31 ago 2022, 14:58:30

@@ -0,0 +1,46 @@
+**A Job Applicant is a person who applies for a job in your Company against a particular Job Opening.**
+
+In ERPNext, you can maintain a list of people who have applied against a particular Job Opening.
+
+To create a Job Applicant, go to:
+
+> Home > Human Resource > Recruitment > Job Applicant
+
+## 1. Prerequisites 
+
+Before creating a Job Applicant, it is advisable you create the following:
+
+* [Staffing Plan]()
+* [Department]()
+* [Job Opening]()
+
+## 2. How to Create a Job Applicant 
+
+1. Go to Job Applicant list, click on New.
+1. Enter Applicant Name and Email Address.
+1. Select Job Opening.
+1. Select Source (Campaign, Employee Referral, Walk In, Website Listing).
+
+> Note: If you select the Source as Employee Referral, you will have to select the Employee name in the Source Name Field.
+
+![Job Applicant]()
+
+## 3. Features 
+
+### 3.1 Linking with an Email Account 
+
+You can link Job Application with an Email account. Suppose you link Job Application with an email [email protected], the system will create a New Job Applicant against each email received on the mailbox.
+
+To link Email Account with Job Applicant, go to:
+
+> Settings > Email Account > New Email Account
+
+1. Enter the Email Address and the password, and select 'Enable Incoming'
+
+1. In 'Append To' select 'Job Applicant'
+
+![Email Account]()
+
+## 4. Related Topics 
+1. [Job Offer]()
+1. [Employee]()