Add status reason, status reason transitions to manage cases
If you’re in charge of incident management for an organization, it’s important to provide a model for customer service representatives (service representatives or representatives) to enter and update case status. In Dynamics 365 Customer Service, there are two fields in the Case table that provide information about case status: the Status field and the Status Reason field. The Status field for the Case entity has three possible values: Active, Resolved, or Canceled. The Status Reason field stores a reason for a specific status value. For example, for a case with an Active status, a status reason could be In Progress, On Hold, Waiting for Details, or Researching.
Organizations often have a large number of combinations for the Status and Status Reason fields. This can make it difficult for representatives to choose the correct next status reason. You can define status reason transitions to add another level of filtering for what the status reason value can be changed to for each status reason. Limiting these values to the allowed status reasons can help representatives make the right choices.
Prerequisites
Make sure that you have the System Administrator or System Customizer security role or equivalent permissions.
Add status reason
In Power Apps, select your environment.
Select Tables and then select Case.
Select Columns and then select Status Reason.
In the Edit column pane, select the required status from the dropdown. Select New choice to add the required status reason transition.
Specify the Default choice dropdown. This is the default value that appears on the case form for the Status Reason field.
Select Save.
Add status reason transition
Status reason transitions enable you to define what the status reason value can be changed to for each status reason. You can define status reason transitions in Power Apps' legacy experience. Learn more in Define status reason transitions with Power Apps.