- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2019 06:46 AM
Hello,
I need some suggestions to fix an issue that appeared on a customer's instance. Basically, some approvers aren't able to read RITMs they're approving. Which is strange, since from perspective on process, I don't understand how someone would approve something they aren't able to confirm what is.
Now, I don't know how far the instance's ACLs were customized.
I found that someone faced the same issue on:
However, the solution suggested contemplates GlideRecord in an ACL script. I'm not so keen to this solution because of scalability and perfomance.
Is there any other solution to this, one that does not impact perfomance?
Kindly,
Natasha
Solved! Go to Solution.
- Labels:
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2019 07:09 AM
Did you try to make variables available to approval record using Approval Summary?
Normally, all RITM information is STORED in variables and all these variables can be made available on sysapproval_approver record using approval summarizer
Note: Please mark reply as correct / helpful if it has answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2019 08:02 AM
Thanks Michael and Deepak.
That helped me!
I'll try to validate with the client whether only the summary is enough.