- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 12:40 AM
Hi,
I wanted give write access to only one field on a form and read access to all fields on the same form. I am doing this, But not working properly.
1. Created record-read-table-none ACL. No role was used, so that all users can read.
2. Created record-read-table-* ACL. No role was used, so that all users can read fields.
3. Created record-write-table-email ACL. Role 'ACL ROLE' was used, so that ACL ROLE users can edit email field.
But Users are still not able write email field on my Form. It is still in read only. Where am I going wrong?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 05:02 AM
You need to make 4 ACL to complete this task.
1st step > table_name.none (operation=read) {give 2 role A & B}
2nd step > table_name.none (operation=write) {Role = A & B}
3rd step > table_name.field_name (operation=write) {Role = A} [field_name=select name of the field that you want in write mode.]
4th step > table_name.* (operation=write) {Role = B}
After complete this , give Role A to the Group or User whom you want to show one field in write mode.
At last done.
Thank you Anurag & Vishwanath Namgode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 12:49 AM
Hi,
Along with Write, create a 'List Edit' ACL as well as you are not editing the field on the firm but via list.
Operation: List Edit
Rest all same
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 12:55 AM
Hi Anurag,
I have created List edit but still not working same error . I am not able to edit email field
Regards,
Kalyan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 12:58 AM
What are the existing ACL on this field?
What is the type of this field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 01:02 AM