Issue with Duration Calculations on sn_si_incident Table for Closed Incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2025 06:32 AM
Hi Community,
I'm currently working with the Security Incidents table (sn_si_incident) and have encountered an issue related to duration calculations.
What I'm trying to do:
Access the sn_si_incident table
Filter the list to show only closed incidents
Display the Duration and Business Duration columns in the list view
The problem:
Despite incidents being in a closed state, both the Duration and Business Duration fields are not showing the expected values—they appear to be blank or not calculated correctly.
Has anyone experienced this before? Is there something additional that needs to be configured or triggered for the duration fields to populate for closed incidents in this table?
Any guidance or suggestions would be appreciated.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2025 07:13 AM
Business Duration/Duration fields are part of Task table. However, almost on all table you would see its value as blank except Incident (incident) table as there is OOTB business rule "mark_closed" on Incident table which calculates this duration.
If you want to make it work for sn_si_incident as well then you can create similar BR on Security Incident table.
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2025 10:34 PM
Thanks @Abhijit4