Skip to main content

Single Actions

The single actions appear as quick actions in the top-right of the detail panel when a single result is selected.

Standard actions

The following actions are packaged as standard:

Button LabelAction Performed
Add to HotlistAdds the Contact to a selected hotlist
Submit to JobCreates an Application for the contact record against a selected Job; the application is created at the default stage for its record type. If a CV submission email is sent, the stage is transitioned to the Submitted stage for the record type. Supports lookup customisation

When using the Submit to Job action, fields on the application can be populated by the user if a field set has been configured. Field sets can be configured for each application record type by using record type customisation metadata records with the values:

ObjectCustomisation Name
seven20__Application__cAdd Candidate To Job

Custom actions

Custom flow actions can be configured to appear as buttons in the top right of the screen to the left of the standard actions. The below packaged flow can be used as a template:

DetailValue
Templated Flowseven20_Match_Candidates_Split_View_Individual_Action_Template

The following flow input variables are available:

Variable NameTypeDescription
contactIdIdThe Id of the selected Contact (Required)
jobIdIdThe Id of the Job the selected Contact has been matched against (Optional)
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
ProcessJob Match - Single
Component NameThe API name of your flow
info

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