Smart Grid Applications Overview > Responder Overview > Implement Responder > Configure Responder > Responder Server > Archive Services Configuration > Archive Cancelled Incidents |
Version: 10.1 |
You may elect to move cancelled incidents and their children (e.g., faults, hazards) into the Responder Archive database. These incidents will be visible in Archive Explorer. You may also choose whether to prompt the user to provide a reason for the cancellation. To configure Responder to archive cancelled incidents, follow the steps below.
Copy Code
|
|
---|---|
<b:RuleClass Key="" Type="Miner.Responder.Processors.SubmitRules.Post.ArchiveIncidentHistoryRule, Miner.Responder.Processors"> <b:Properties> <b:Property Key="ArchiveCanceledIncidents" Value="true"/> <b:Property Key="DeleteHistory" Value="false"/> </b:Properties> </b:RuleClass> |
You may configure Responder to prompt the user to enter a reason when cancelling an incident. To configure this, follow the steps below.
Copy Code
|
|
---|---|
<Column Name="CANCEL_REASON" Caption="Cancel Reason" Domain="CANCEL_REASON" Represents="CancelReason" Visible="false"/> |