Update Schedule Definitions
To ensure that the package schedule definitions for the Lightning Schedule are up-to-date and incorporate new Job-based actions, run the following command through Anonymous Apex (as an admin):
Copy
new s5m.SirenumBH4SFInstaller().onPostInstall(null);
Where the org includes custom schedule definitions for one of Job, Account, Closing Report, 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
__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_*” 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.
Was this helpful?