Recurring tasks (cron jobs) can be executed at a specific time. The commands to be executed are saved in a user-specific table, the so-called cron job table (crontab). With JustRelate CRM, jobs are used for various tasks. Primarily, they are used for time-controlled functions and workflows within the system. Also, the system uses jobs to control synchronization processes.
You can open the Job form via the Administration/Tools/Jobs menu.
In the form, you can specify the Class within the application JARs to be called by the job, as well as a method that is executed within the class. The tooltips in the field titles of the form indicate the conventions the entries follow.
Furthermore, a job can process dynamic Java that can be provided instead of the class, and likewise with a method and the required parameters.
The methods are defined in the system. Using the Check method function, you can have the system check the entry in the Method field for existence.