- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2023 12:08 PM
Hello - I am trying to create a report calculating Duration on SCTASKS. The Duration and Business Duration are fields I can bring into my report. The Business Duration calculates, however the Duration does not, I'm using the SC_Task table and all my other criteria are working. I also tried to do this in a classic list view and Duration while a choice is not being calculated. Can you advise why I can get this information on Incident but not on Catalog tasks? Seems strange like I'm missing something.
Perhaps this is only available for Incident? Thanks for any help you can provide.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-04-2023 12:40 AM
Hi,
Like Bharath already stated, OOB incident durations are automatically calculated when a record is closed, but there is no such thing on SCTASKS.
You will need to create your own Business Rule to do the calculation whenever a SCTASK is closed.
You should be able to copy and reuse the existing Business rule on incident table and make modifications on it to be used on the sc_task table.
Have a look at the business rule called "mark_closed" on the incident table to get information on how it works.
Or ask if you need more details/help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2023 08:00 PM
@Diane Zawada OOB incident duration will be calculated. For SC_TASK you have write script to populate.
Bharath Chintala

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-04-2023 12:40 AM
Hi,
Like Bharath already stated, OOB incident durations are automatically calculated when a record is closed, but there is no such thing on SCTASKS.
You will need to create your own Business Rule to do the calculation whenever a SCTASK is closed.
You should be able to copy and reuse the existing Business rule on incident table and make modifications on it to be used on the sc_task table.
Have a look at the business rule called "mark_closed" on the incident table to get information on how it works.
Or ask if you need more details/help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-16-2023 08:51 AM
thanks I'll check into that rule, and see what we can do.