- 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 07:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 07:01 AM
Hi,
Please confirm if you did like below.
Read :Table.none // provide access to your role
Write:Table.none // provide access to your role
Write:Table.* //provide access to your role
Write: Table.field : answer=false; // do not add any role.
If you have implemented above and still it is not working then please share screenshot of the output again and ACL screenshot as well for reference so that everyone would be able to help you further.
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Thanks and Regards,
Abhijit
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 07:16 AM

- 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