Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Require Cancel Reason |
You can configure Responder Explorer to display a prompt requiring a reason for cancellation when you cancel an incident, device, hazard, or feature. To enable the prompt:
Do not edit XML files using a word processing program such as WordPad or Microsoft Word as it may corrupt your configuration file. |
Copy Code
|
|
---|---|
<appSettings> <add key="TelemetryService.Address" value="localhost:36745" /> |
Copy Code
|
|
---|---|
<add key="RequireCancelReasonIncident" value="true" /> <add key="RequireCancelReasonDevice" value="true" /> <add key="RequireCancelReasonHazard" value="true" /> <add key="RequireCancelReasonFeature" value="true" /> |
In Responder, when they receive the prompt, users must select a reason for cancellation, and confirm the action. If the incident has associated calls, the cancellation prompt is still required. |
You may have this functionality configured from a previous release (prior to 10.2.2) by setting the CANCEL_REASON field to Visible=true on RX_INCIDENTS in the DatabaseSchemaConfig.xml file. This previous method resulted in an empty Cancel Reason column that appeared in Responder Explorer for every incident. |