Help with calculating Approval durations in an RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 09:32 AM
Hello,
I am looking for some guidance on the best way (possibly easiest way) to calculate how long it takes for a user to complete an approval in a RITM.
Here is my scenario: In my RITM, I have four approvals, each approval is done by a different group. I need to track how long each of these 4 approvals is taking. Please let me know if more info is needed. Any help is appreciated.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 10:02 AM
Thanks. I need to display this duration time in the requested item view in the system UI, not in a report. Any ideas about that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 10:06 AM
Hello Bruler,
How you are deciding Duration Start time? What should be the start time? have you created any fields to capture the approval duration,
You can find the duration between approval requested and approved for 1st approval and you can achieve that by GlideRecording to sys_approver table.
Thanks,
Abhishek Gardade
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 10:21 AM
Hello,
Yes, I have created duration fields on the requested items table for each of the approvals. Currently, i have a business rule that runs when the approval group changes, and the action is to make the approval stop time field same as updated.