Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Add Fields or Customize Existing Fields > Allow Edits to Time of Outage |
Version: 10.1 |
This optional configuration displays a Time of Outage field on the Customer Call form and allows the Customer Service Representative (CSR) to modify this value. For example, a customer may call in to report an outage that began an hour earlier than the call time. The CSR can modify the Time of Outage field to reflect the earlier outage time.
To add this Time of Outage field to the Customer Call form, follow the steps below. You will need to assign a new Task to a Role. Any users with this Role assigned will see the Time of Outage field.
<add key="customerInput.showTimeOutage" value ="false
"/>
Disable Time of Outage Field
The Time of Outage field is disabled (hidden) by default. If it's been enabled, you can disable the field regardless of whether the task is assigned or not. Simply set the showTimeOutage value in the web.Config file.
<add key="customerInput.showTimeOutage" value ="true
"/>