How to show Business Elapsed % in list view of Incident Table without Database views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 11:13 PM
Hi Team,
Is it possible to show Business Elapsed Percentage in list view of Incident table without creating Database views.
If Yes, Please let me know how to get that.
Thanks in Advance.
Regards,
Haseena
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 11:26 PM
"Business Elapsed Percentage" is a field on "task_sla" table so best possible solution is database views but there are other ways as well.
1. Create a custom field on incident table with name "Business Elapsed Percentage".
2. write a scheduled job which runs every 15 minutes ( or as per your requirement) which will glide the task_sla table and update the "Business Elapsed Percentage" from task_sla table to corresponding incident table.
Note: Scheduled job may have performance impact based on the amount of data in your instance.
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 12:15 AM
@Haseena Shaik did you get the solution for your question?
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 10:27 PM
@Haseena Shaik Is your issue fixed?
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 12:43 AM
I'm looking for same thing , to show Business Elapsed Percentage in list view of Incident table. I'm using ServiceNow as process user and have ITIL role associated with my account. @RaghavSh @AndersBGS Could please you suggest something on this situation.