Multiple existing applicants, when a recruiter opens a new job opening then opportunity mails should go to every existing job applicants (it can be more than one)
can you please help me understand like in which DocType I have to develop server script (Job Opening or Job Applicant). If I have to do on Job Opening, then how can we fetch all the applicant’s email id from Job Applicant DocType.
No need to fetch job application for that. Directly you can write the logic in the server script itself. Only you have to use on submit doc_event.
Even if you want to fetch job application in job opening, you have to use client script or server script. And you have to take data or text field there.