Configure ACL for parent records on the slush bucket and a child records for a related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2024 12:47 PM
Hi all, I need help because I'm working with an ACL that control the behavior of a slush bucket with a records of a parent table, but I need to view and access to the records of a child table on a related list too
The script on the ACL is:
role: local_admin
'service_item_location';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2024 07:01 PM
@Carina4 It looks like you're trying to control access to records in a slush bucket based on whether the user is accessing a related list from the parent table (service_item_location) or if they are interacting with a child table (service_location). The issue you're encountering is that the isServiceRelatedList variable is returning false, even when you expect it to be true. This suggests that the context of your ACL script is not correctly identifying when the related list is being accessed.
Hope this will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 04:19 AM
Hi @Abhay Kumar1 I hope you are doing well, thanks for your answer. The parent table is 'service_location' and the child is 'service_item_location'.
I'm going to review the script once more.