ATS v2: Admin: Configure Custom Actions On Mass Offer Grid View

You have the option of configuring Custom Apex Actions for the Mass OfferClosed The fourth Stage of Job application flow. This is when the candidate is offered the position (details about salary, locations etc are shared and candidate decides if he wants to take the job) - Grid modal.

  1. Navigate to Setup > Custom Metadata Types.
  2. Next to ATS JobClosed A job (vacancy, position, role) is an opening for which a customer's client needs a placement. Custom ActionClosed When used in ATS or Search and Match UI, one of multiple actions available after user has selected a sub-set of Candidates, click Manage Records.
  3. Click Edit.
  4. Fill out the below required fields:
    • Name/Label: The name you are giving your action.
    • Apex Class Name: The name of the Apex Class to execute. The class must extend the ATSActionBase class.
    • Component Location: Mass Offer - Grid.
      • Custom Apex Actions are only supported by the Mass Offer - Grid component.
  5. Click Save.

Next Steps

For more information on the Apex Development Guide, see ATS v2: Admin: Configure Custom Action Apex Development Guide Actions On Mass Offer Grid View.