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.
| Action | Configuration Metadata | Custom Label | Description |
|---|---|---|---|
| Hotlist_Split_View_M_Email | Email_Action | Send emails. Templates against the Hotlist object can be selected. Uses the Mass Hotlist Member email Template Context | |
| Add to Job | Hotlist_Split_View_M_Add_to_Job | Add_To_Job_Action | Create applications against a specific job, the application is created at the default stage for its record type. Supports lookup customisation. |
| Add to Hotlist | Hotlist_Split_View_M_Add_to_Hotlist | Mass_Add_To_Hotlist | Add to a different Hotlist |
| Speculative CV | Hotlist_Split_View_M_Spec_CV | Speculative_CV_Tab_Action | Send speculative CVs to the selected client contacts. Only visible if the hotlist is a Client Contact type |
| Update Member Status | Hotlist_Split_View_M_Update_Status | Update_List_Member_Status_Action | Update 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 Name | Object |
|---|---|
| whatId | Hotlist |
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:
| Action | Type | Subject | Description |
|---|---|---|---|
| Sent email subject | Number of members action was performed on | ||
| Add to Job | Add To Job | Number of members action was performed on | |
| Add to Hotlist | Add To Hotlist | Number of members action was performed on | |
| Speculative CV | Speculative CV | Number of members action was performed on | |
| Update Member Status | Update Member Status | Number of members action was performed on |
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:
| Detail | Value |
|---|---|
| Templated Flow | seven20_Hotlist_Split_Mass_Template |
The following input variables are required:
| Variable Name | Type | Description |
|---|---|---|
| hotlistId | Id | Id of the current hotlist record |
| selectedMembers | seven20__List_Member__c collection | The selected members, with Id and seven20__Contact__c fields populated |
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:
| Detail | Value |
|---|---|
| Process | Hotlist Split View - Mass |
| Component Name | The API name of your flow |
Don't forget to follow the standard flow modal action configuration steps