The Schedule Function allows you to execute custom functions based on a specified schedule such as hourly, daily, weekly, or monthly. This feature can be used for recurring actions, like generating monthly reports or sending automated emails to portal users about upcoming public milestones or deadlines without relying on specific events.
Difference between Custom Function and Schedule Function
A custom function is a software code for automating specific actions or processes. The Schedule Function determines the timing and frequency of when these actions or processes are executed, enabling users to specify intervals.
Use case
As a project manager, maintaining regular backups of portal data is essential for data security and integrity. Manually exporting backup data can be time-consuming. You can use the Schedule Functions to automate the process of exporting backup data, ensuring regular backups.
To set this up, create a Schedule Function named ProjectDataBackupExport, specify the first execution schedule (e.g., weekly or monthly), choose the Repeat Type, and configure End Conditions and On Holidays behavior as needed. Enter the below Deluge script and customize it to automate the export process and monitor the Schedule Function Logs within Zoho Projects to track.