
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2019 07:26 AM
I would like to report on, or track HR Cases that have been rejected by the customer. One idea would be to create a field on the HR Case table that shows the number of times a case has been rejected. I am having difficulty figuring out when the customer is rejecting the case resolution on the portal. Could someone tell me what table contains data showing when a case has been rejected or what process is being triggered when a case is rejected? How does your organization report on case rejections?
Thanks,
Marty
Solved! Go to Solution.
- Labels:
-
Case and Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 07:03 AM
My solution to this was to create a new field on the case for called case rejection count. Then on the HRI Case user acceptance workflow, I added a script to increment the case rejected count.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2019 07:33 AM
Generally, sysapproval_approver table contains all approval requests for the case. When it is rejected, you could see its associated value in the state column as rejected.
Approval_for contains the case reference.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2019 07:49 AM
When I check the sysapproval_approver table it does not contain any HR Case rejections, only cancelled HR Cases. Are HR Case Approvals and HR Case Acceptance the same thing?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2019 12:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2019 01:18 PM
Nope they are not the same.
HR acceptance is the state and it doesnot have anything to do with approval.
You can run a report on the HR case table and add a filter to track down rejected/accepted cases.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks