Access Control or any other method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:37 AM
Hi,
I have requirement where I have to make all the fields read only for XYZ role but only 3 fields will be editable by XYZ role.
I tried with ACLs. Providing read access first. Then I had written a write ACL table-None . Since I have to provide write access to those 3 fields , so I wrote table-None write access.
Now the problem is almost all fields are having write access, which should not happen.
How to restrict having write access to all the fields?
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:43 AM - edited 10-30-2023 12:48 AM
Hi Promita,
You need
1. Write ACL on the table as *
2. Write ACL on the table with Field1
3. Write ACL on the table with Field2
4. Write ACL on the table with Field3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:47 AM
Hi,
It's not working.
Table as None is making almost all the fields writable.
I don't want to make all the fields writable
How to restrict that access.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:48 AM
It should Table.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:53 AM
All the fields are read only now including those 3 fields
How to make those 3 fields editable now