Update Schedule Definitions
To ensure that the package schedule definitions for the Lightning Schedule are up-to-date and incorporate new Job A job (vacancy, position, role) is an opening for which a customer's client needs a placement.-based actions, run the following command through Anonymous Apex (as an admin):
new s5m.SirenumBH4SFInstaller().onPostInstall(null);
Where the org includes custom schedule definitions for one of Job, Account, Closing Report Fifth Stage of Job placement flow, a Candidate that reaches the Closing Report Placement stage has been assigned to a job. In Bullhorn Recruitment Cloud, a 'Closing Report' is a record that captures all the information related to the newly filled position (name of Candidate, position, salary, start date, which recruiter gets credit for the hire etc.), Contact, Contract, Site, or Schedule, these should be updated to incorporate the following:
- The newly added “TR1__Closing_Report__c” schedulable definition (SIR-1464) and the hiding of this schedulable type in each view. The key parts are:
- Add the “TR1__Closing_Report__c” schedulable from the “schedulables” array.
- For each view, add the TR1__Closing_Report__c schedulable object type to the relationships array, ensuring the schedulable is hidden.
- The newly added “find-workers-for-job” tuple (SIR-1462) for the “sirenum__Shift
In Bullhorn Recruitment Cloud, this is always used as job shift.__c” schedulable (this is added to actions below find-workers in the standard configuration).
The required configuration for both of the above can be found by downloading the relevant equivalent “sf Salesforce_*” static resource(s) through Setup > Custom Code > Static Resources.
In all cases, the new Find Work and Find Workers for Job action tuples may require labels to be translated.