Admin: Resume Manager Lightning Component Custom Flow Configuration Example

For complete Resume Manager Lightning Component (RMLC) details, see Resume Manager Lightning Component.

Custom flows can be enabled through custom actions. Below is an example of how these interactions work.

  1. A custom flow may be invoked after running a custom action through the Resume Manager Lightning Component (RMLC).
  2. In the flow, the Flow APIClosed API, or Application Programming Interface, is used by customers to create custom career portals or to take advantage of Data Mirror/DataMart. Bullhorn prefers to use REST API. Name needs to be populated with the API Name of the target custom flow (EX: "Resume_Manager_Test_Flow").
  3. Add the following to the chosen flow:
    • Proper API names
    • Data Types
    • The three variable inputs, with the TR1__ContactDocument__c sObject type (The object types are populated by Bullhorn for Salesforce (BH4SF) during the flow setup or invocation):
      • contactId
      • versionId
      • selectedDocument
  4. BH4SF automatically refreshes the RMLC.
  5. The added variables display on the Resume Manager screen.
  6. The custom flow runs.

If some of the parameters are not defined, the below error type will appear after the action is ran with the flow.