The update time is not getting reflected in the Outage related listIssue Updated time is not getting updated for the Outages in the Outages related list of Incident or Change request forms Steps to reproduce: Log in to the instanceOpen any active incident recordRight-click on the header and click on 'Create Outage'Fill the Outage form and click 'Submit'Notice that the Outage is added to the 'Outages' related list of the incident formAlso, notice that the Created and updated times are the same for the Outage record in the related listNow open the Outage record and update it.Notice that the Updated time is not changed for the Outage record in the related list CauseThe 'Created' and 'Updated' columns added to the related list are for the relationship table 'task_outage'. Hence, when the Outage record is updated, the updated time will not be reflected in the 'Updated' field of the 'task_outage' record.ResolutionThe 'Updated' field from the outage record should be added to the list.Steps:1. Right -click on header of any related list - > Configure -> list layout2. Click on 'Outage' to expand and show the related fields3. Click and add 'Updated' field - Outage.updated to the available bucket4. Click 'Save'5. Click on the gear icon to open personalize list slush bucket6. Click on 'Reset to column defaults'Result: You should now see the 'Updated' field from the Outage record in the list columns.