Skip to main content

Mass Actions

When multiple results are selected, actions appear as tabs in the right-hand panel of the split view, allowing actions to be performed against all selected results at once.

Standard actions

There are several packaged actions that can be performed en masse on hotlist members from the split view - these actions can be configured using the custom actions configuration, allowing things such as label, icon, order and visibility to be configured as required.

ActionConfiguration MetadataCustom LabelDescription
EmailHotlist_Split_View_M_EmailEmail_ActionSend emails. Templates against the Hotlist object can be selected. Uses the Mass Hotlist Member email Template Context
Add to JobHotlist_Split_View_M_Add_to_JobAdd_To_Job_ActionCreate applications against a specific job, the application is created at the default stage for its record type. Supports lookup customisation.
Add to HotlistHotlist_Split_View_M_Add_to_HotlistMass_Add_To_HotlistAdd to a different Hotlist
Speculative CVHotlist_Split_View_M_Spec_CVSpeculative_CV_Tab_ActionSend speculative CVs to the selected client contacts. Only visible if the hotlist is a Client Contact type
Update Member StatusHotlist_Split_View_M_Update_StatusUpdate_List_Member_Status_ActionUpdate the status on the Hotlist Member records

The Email action supports the use of generative email content by configuring a custom action with the Process value Email Template Generation: Mass Hotlist Member.

The record Ids for the following objects are available as inputs for the generic generative email template flows:

Variable NameObject
whatIdHotlist

Standard action tasks

Upon completing a standard action, a task is created against the hotlist record to track the action. The following tasks are created for each action:

ActionTypeSubjectDescription
EmailEmailSent email subjectNumber of members action was performed on
Add to JobAdd To JobNumber of members action was performed on
Add to HotlistAdd To HotlistNumber of members action was performed on
Speculative CVSpeculative CVNumber of members action was performed on
Update Member StatusUpdate Member StatusNumber of members action was performed on
info

These tasks all have the seven20__Auto_Created_Task__c field set to TRUE and an Activity Date of today

Custom actions

Custom embedded flow actions can be configured to appear as tabs to the right of the standard actions. The below packaged flow can be used as a template:

DetailValue
Templated Flowseven20_Hotlist_Split_Mass_Template

The following input variables are required:

Variable NameTypeDescription
hotlistIdIdId of the current hotlist record
selectedMembersseven20__List_Member__c collectionThe selected members, with Id and seven20__Contact__c fields populated
tip

Creating your flow from the template flow is advised as this will ensure the correct input variables are defined

Next, configure the custom action as specified:

DetailValue
ProcessHotlist Split View - Mass
Component NameThe API name of your flow
info

Don't forget to follow the standard flow modal action configuration steps