ACL gliderecord/glideaggregate scripting
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:55 AM
Given that GlideRecord/GlideAggregate should not be used in ACL. (Best practice)
What would be the alternative methods?
Example.
ACL in sc_request. (read)
The script needs to identify if the logged in user gs.getUserID(); is the approver for REQ and RITM(s).
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 03:03 AM
No script needed for that. Just put it into the conditions: approver is dynamic me
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark