: Interview Attendee Custom Code Filtering Logic Method Two
Use this method to get suggested Interviewers for Internal Interview The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client. and SendOut A Client Submission (Sendouts, CV Sent) occurs when a recruiter sends a candidate to the hiring manager for approval to have an interview. actions based on Interviewer Usually the client/hiring manager taking part in a Job interview. A recruiter can also be an Interviewer Configuration custom metadata settings.
This customization will retrieve a list of suggested interviewers.
- @param attributes String to Object map of action attributes.
- The map contains the following map keys:
- - jobId: String. Job A job (vacancy, position, role) is an opening for which a customer's client needs a placement. Id.
- This can not be empty.
- - jobAccountId: String. Job's Account Id
- This can not be empty.
- - actionName: String. ATS action name
- This can not be empty. Supported values:
- Internal_Interview
- Send_Out
- This can not be empty. Supported values:
- - searchKey: String. Interviewer Search Key. Can not be empty
- - selectedIds: Set<Id>. Set of already selected Interviewer Ids.
- Can contain User In Salesforce terminology, this is anybody that has login access to an instance. In BH4SF instances, usually the staff of recruiting companies or Contact Ids.
- This can be an empty set.
- - jobId: String. Job A job (vacancy, position, role) is an opening for which a customer's client needs a placement. Id.
- The map contains the following map keys:
- @return list of InterviewerWrapper class
- /
- List<InterviewerWrapper> getSuggestedInterviewers(Map<String, Object> attributes);
Was this helpful?
No