By Clay Li on Monday, 12 October 2015
Category: Tutorial

Preventive Maintenance (PM) Custom Fields in Work Orders

A preventive maintenance (PM) object is a preventive job to be performed regularly by schedules. A feature has been added in Calem Release R9.0h to copy custom fields of PMs to work orders when the PMs are turned into work orders. There are sample use cases for this feature:

An administrator can perform the following steps to add custom fields for this feature:
  1. Identify custom fields required.
  2. Use Calem Data Designer (at Admin module) to add custom fields to PM (cm_pm table).
  3. Use Calem Form Designer (at Admin module) to customize PM forms and place the custom fields on the PM forms for management.
  4. Use Calem Data Designer to add the same PM custom fields (use the same names and labels) to work orders (cm_wo table).
  5. Use Calem Form Designer to customize WO forms and place the custom fields on the WO forms for management.
  6. Edit PMs to set the custom field values for PMs based on business requirements.
  7. Calem will copy the custom field values of the same names from PMs to work orders when PMs are turned into work orders.
See this blog to add custom fields of asset and location to work orders.