Incident class tree is introduced in the coming release of Calem R2025 to improve the efficiency of incident management.
An injury form includes injury type, affected body parts and injury severity.
An incident form includes general description of an incident.
Additional users involved in an incident and witnesses may be included for an incident when applicable.
1. Default Class Code
A default class code can be configured by adding the following to calem/client/conf/CmConf.custom.js. For instance, add the following to CmConf.custom.js will set default to IR1 - Incident.
CmMetadata['cm_ir_vt_new']['fields']['ctgz_id']['default']= {id: 'ir1000010', value: 'IR1-Incident'};
2. Skip Class Page
If all incidents are of the same class such as "IR01-Incident" in your organization and a default class is configured above, the following configuration may be added to CmConf.custom.js to skip the class page and show the incident creation screen directly.
CmConf['ir_conf']['class_form_on']= false;
Additional Resources
By accepting you will be accessing a service provided by a third-party external to https://calemeam.com/