Admin: Configure Posting Form Action
For more information on the Posting Form Action When used in ATS or Search and Match UI, one of multiple actions available after user has selected a sub-set of Candidates, see Posting Form Action Button.
-
Ensure that Posting Users should have been assigned the Posting User In Salesforce terminology, this is anybody that has login access to an instance. In BH4SF instances, usually the staff of recruiting companies permission set. Ensure that sure Posting Administrators should have been assigned the Posting Admin permission set.
-
Set up Page layout assignment to support the new Action Posting Node Type.
-
For more details, see Admin: Configure Posting Form Action Page Layout.
-
-
Make sure you have specified the connector class at the Plugged in class field on the Posting settings Custom Settings.
-
Implement a predefine method in the connector class per documentation in order to customize the logic that should happen when the action is invoked.
-
Create Posting Mapping Node records of the Action record type and populate their fields with data that determines the required action properties.
-
To control the action button's behavior, use the following fields:
Setting Name
Values example
Description
Plugged in class
ConnectorJobPosting
The connector class name extends BH4SF virtual class - PostingBase. The class implementation methods will be executed once the user clicks to Publish/Unpublish buttons.
One Published Version Per Language
true
For more details on configuring Action posting mapping nodes at the Setting up Posting Form and JSON Payload Technical term, not specific to BH4SF, it's a data 'pack' sent between two systems that integrate with each other via API structure section in the document BH4SF Posting Functionality.