- 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 02:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2021 02:44 AM
I have tried with out giving role and also tried with giving role but still same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2021 03:29 AM
Hi,
Here You need 4 ACL.
Please refer to the below link:
Mark correct or helpful if it helps you.
Regards,
Vishwanath Namgode
- 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