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

You have the option of configuring Custom Apex Actions for the Mass OfferClosed - Grid modal.

  1. Navigate to Setup > Custom Metadata Types.
  2. Next to ATS JobClosed Custom ActionClosed, 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.