: Interview Attendee Custom Code Filtering Logic Method Two
Use Case
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.
Parameters
attributes
(Map<String, Object>): A map containing action attributes. The following keys must be included:jobId
(String): The JobA job (vacancy, position, role) is an opening for which a customer's client needs a placement. ID.
- Required. This can not be empty.
jobAccountId
(String): The Job's Account ID.- Required. This can not be empty.
actionName
(String):The ATS action name. (Required, cannot be empty)- Required his can not be empty. Supported values:
- Internal_Interview
- Send_Out
- Required his can not be empty. Supported values:
searchKey
(String): The Interviewer Search Key.- Required. This can not be empty.
selectedIds
(Set<Id>)(String): A set of already selected Interviewer IDs- This can be empty.
- May contain User
In Salesforce terminology, this is anybody that has login access to an instance. In Bullhorn Recruitment Cloud instances, usually the staff of recruiting companies or Contact Ids.
Returns
Method Signature:
Copy
List<InterviewerWrapper> getSuggestedInterviewers(Map<String, Object> attributes);
List<InterviewerWrapper>
: A list of suggested interviewers wrapped in the InterviewerWrapper
class.
Was this helpful?