You need to sign in to do that
Don't have an account?

My Case records with approval history report
Hi Everyone,
I have a requirement to create a report as follows:
Display logged in user's Case records with Approval history data.
I created a report using the 'Process Instance' object. But the issue is it is displaying all Cases information irrespective of the logged-in user. Is there a way to display only 'Logged in user Cases with Approval history'.
Thanks in advance.
Sreenivasulu A.
I have a requirement to create a report as follows:
Display logged in user's Case records with Approval history data.
I created a report using the 'Process Instance' object. But the issue is it is displaying all Cases information irrespective of the logged-in user. Is there a way to display only 'Logged in user Cases with Approval history'.
Thanks in advance.
Sreenivasulu A.
You would need to create a custom lightning component/VF page to serve the purpose.
All Answers
Thank you for your quick response. I want to display Cases with approval history. Approval history information will store on the 'Process Instance' standard object. We can't make 'Process Instance' as a child on Report type. My requirement is to display the Logged in user's Process instance records only.
You may create report on Process Instance and show case number(using Record Name field) but you won't be able to filter cases that were created by logged in user. So technically it's not possible with reports.
But i really don't understand the business benefit behind this requirement. I mean what they want to achieve with this report. Approval history/hierarchy might have multiple levels so they should check individual case for details instead of expecting in one report.
- If a Case is approved at 'Level 1' then it will go to 'Level 2'.
- If it approved in 'Level 2' then it will go to 'Level 3'.
The requirement is to see a list of cases with the current level, assigned approver, and elapsed time.Thanks,
Sreenivasulu A.
You would need to create a custom lightning component/VF page to serve the purpose.