Skip to main content

Actions

The table view has actions that can be carried out on one or more selected members. They appear in the top right like quick actions on a standard list view.

Standard actions

There are several packaged actions that can be performed en masse on hotlist members from the table 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
Remove From HotlistHotlist_Table_Remove_From_HotlistRemove_From_HotlistRemoves selected members from the hotlist
EmailHotlist_Table_EmailEmail_ActionSend emails; templates against the Hotlist object can be selected; uses the Mass Hotlist Member email Template Context; supports generative email
Add to JobHotlist_Table_Add_ToJobAdd_To_Job_ActionCreates an application for the selected members against a selected Job, the application is created at the default stage for its record type Job. Supports lookup customisation.
Add to HotlistHotlist_Table_Add_To_HotlistAdd_To_Hotlist_ActionAdds the selected members to a different Hotlist
New TaskHotlist_Table_New_TaskNew_TaskCreates a task against each on the hotlist members
Speculative CVHotlist_Table_Speculative_CVSpeculative_CV_ActionSend speculative CVs to the selected client contacts. Only visible if the hotlist is a Client Contact type
Update Member StatusHotlist_Table_Update_Member_StatusUpdate_List_Member_Status_ActionUpdate the hotlist member records' status; status colours are configurable
Add New MemberHotlist_Table_Add_New_MemberAdd_New_Hotlist_MemberAllows adding a new contact to the current Hotlist. Will only display contacts who can be added to the Hotlist, based on type and not already being a member. Can be repeated to add multiple new members rapidly.

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 flow modal actions can be configured to appear as buttons to the left of the standard actions. The below packaged flow can be used as a template:

DetailValue
Templated FlowHotlist_Member_Custom_Mass_Action_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 Table View - Mass
Component NameThe API name of your flow
info

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