Smart Grid Applications Overview > Smart Operations Solution > AMI Integration > Optional Configurations > Set Incident Outage Time Source |
Version: 10.1 |
When Responder creates an incident as the result of an AMI event, there are two potential sources for the Time of Creation field on the incident. By default, Responder uses the time of creation on the event. Optionally, you can configure Responder to use the time that the processor received the event instead. If you wish to assign the time received as the incident creation time, follow the steps below to modify the configuration.
If you wish to use the event creation time as the incident creation time, nothing needs to be done.
Copy Code
|
|
---|---|
<setting name="IncidentOutageTime" serializeAs="String"> <value>TimeOfEvent</value> <!-- <value>TimeReceived</value> --> </setting> |
Copy Code
|
|
---|---|
<setting name="IncidentOutageTime" serializeAs="String"> <!-- <value>TimeOfEvent</value> --> <value>TimeReceived</value> </setting> |