Project Role to view the table records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2025 09:11 PM
Hi as im currently making an ACL script which validates on table base on some of the following reference fields i created. But now when i check on the access analyzer it passes on my read but still i cannot see the records in the project table. Maybe im lacking a ACL or role to apply to see the records base on custom role but im still having trouble on this one and need some help on it.
What im expecting is to display the record base on the following assignees on my project declared but still i cant see it on my end maybe due to view but you can clearly see that there are 4 lines inside the project table which are the request assigned to bean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 01:05 AM
What exactly is your requirement, because this script doesn't make much sense in an ACL script. Why search for the current user in the script?
Why not use the conditions 'u_assignee is dynamic me'?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2025 07:53 PM
@Mark Manders i just found the solution on this. so in my case i just need to create a wildcard ACL to see the list of records on the project.
Conditions that you are pertaining i already tried that scenario and it doesnt work on my end i even tried other scenarios in the conditions but still didnt work out on my end.