Reporting Business Elapsed Time for SRs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 08:21 AM
Hi All,
Could anyone please let me know how the "Business Elapsed Time" can be reported for SRs.
Requirement in Detail:
User will be reporting using the sc_req_item table and needs to know the Business Elapsed Time for all the SRs.
Thanks in advance.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 11:03 AM
Hi Deepak,
User will be using the sc_req_item table, neither sc_req_item_sla nor task_sla.
Could you please let me know using this table how Business Elapsed Time can be added to the report.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 11:08 AM
if you are not using SLA then from where you want to pull Business Elapsed Time ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 11:16 AM
Yeah, I also thought of that.
I just wanna know if the following approach is correct.
- Create a custom field in Requested Item table.
- Query the task_sla with the Number (here which is actually the Task) field.
- Get the value of Business Elapsed Time from there and map the value to custom created field for reporting purpose.
Will this work or are there better options to achieve the same.