Merge the status lists

The Applications Upgrade Utility implements the Process Designer search form and the Process Designer status list (for more information, see the Configure the Search form section). Therefore, you must merge the Classic status list into the Process Designer-based status list.

The following table describes the table in each module that you must update, along with information about the Globallist, the Globalvariables, and where the data comes from.

We recommend that you modify the data in the ModuleStatus database according to your needs. For example, you must update the ModuleStatus list for the Incident module to add or remove statuses according to your requirements.

Module

Global list name

Process Designer statuses global list variable

Details

Incident

Incident Local Statuses

$G.imStatuses

Retrieve from file ModuleStatus with Limiting SQL module="probsummary"

Service Desk

Interaction Local Statuses

$G.sdStatuses

Retrieve from file ModuleStatus with Limiting SQL module="incidents"

Problem

Problem Local Statuses

$G.pbmStatuses

Retrieve from file ModuleStatus with Limiting SQL module=" rootcause"

Problem

Problem Task Local Statuses

$G.pbmTaskStatuses

Retrieve from file ModuleStatus with Limiting SQL module=" rootcausetask"

Note Both the Process Designer-based and Classic Change modules use the same status list.