- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 04:50 AM
User with particular role should be able to write all the fields except attribute field on dictionary table attribute field should be readonly
ACL which I have written :
Read :Table.none
Write:Table.none
Write:Table.*
Write: Table.field : answer=false;
Output I am getting
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 07:34 AM
Hi,
Please create one more ACL for read Operation like below:
Note: It should be having the new role as per your configuration.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 05:41 AM
Hi Anil,
first step, for read you need one more rule table.*
Check out this article, since there are already some ACLs defined for sys_dictionary.* it prevents you from viewing the records if you don't have another table.* rule for a particular role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 06:45 AM
I don't have anyother table.* rule for particular role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 05:43 AM
Hey Anil,
You just have to create a Write ACL on sys_dictionary as follows:
And write this script :
I took ITIL as an example, you replace this with your role and try testing this.
Please let me know if this works for you or you need any further help.
Please mark helpful if that solves your purpose.
Regards,
Shreya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 06:31 AM
It's not working