User Tools
Table of Contents
Maintenance Configuration
— Anna Dowling 2019/01/22 02:27
The Preventative Maintenance process is now customisable to control jobs run in association with it. The three automated jobs which run in relation to PM currently are the following:
- Create Ready Maintenance Tickets (Creates tickets for maintenance entries based on auto ticket policies and next ticket date)
- Process Acceptance (Processes tickets in an acceptance workflow which are associated with a maintenance that are now ready to enter the PM workflow)
- Process Overdue(Checks for and Processes Overdue PM tickets)
The domain Maintenance Configuration controls which of these three tasks will get run via MaintenanceManagerJob . This job is run via quartz as observed below.
Maintenance Configuration Entry
In order to enable or disable a task the following entries should be filled out in the domain entry:
External Table Entry
Each Maintenance Configuration Entry has to be associated with an External Table entry. This facilitates differing configs per table query, as we may have use cases where some results differ in what jobs they perform.
Once this entry has been created and the necessary jobs selected for it, it needs to be associated with an External Table entry:

