By Clay Li on Thursday, 30 July 2020
Category: Feature

How to Add a New Status Dropdown in Changes

​This blog discusses the steps to add a new status and a dropdown menu for the new status in change management. The concept can be applied to other objects such as work orders.

Let's use the following use case for demo:

The screenshot below shows the next statuses available when a change is created with new status.

 Step 1. Add a Custom Status "On-Hold"

The first step is to add a new status "On-Hold" to change.

Step 2. Add "On-Hold" to Change Status Graph

"On-Hold" status needs to be linked into the change status graph. This is done by adding the following lines for "statusMap" to Calem_Home/client/conf/CmConf.custom.js.

Once this is done, you may log out and log in. Go to a change of "New" status. Edit the change, the status dropdowns include "On-Hold". 

Step 3. Add "On-Hold" to "More" Dropdown

Additional configuration is necessary to show "On-Hold" as a dropdown from "More" of the change screen. This is done by adding the following lines for "statusMcMap" to Calem_Home/client/conf/CmConf.custom.js.

That's all. You may log out and log in. Go to a change of "New" status. The "More" dropdowns include "On-Hold".


Additional Resources