I wanted to give Write Access to only one field on form using ACL but its not working?

kalyan13
Tera Guru

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.find_real_file.png

2. Created record-read-table-* ACL. No role was used, so that all users can read fields.

find_real_file.png

3. Created record-write-table-email ACL. Role 'ACL ROLE' was used, so that ACL ROLE users can edit email field.

find_real_file.png

 

But Users are still not able write email field on my Form. It is still in read only. Where am I going wrong?

find_real_file.png

 

 

 

 

1 ACCEPTED SOLUTION

kalyan13
Tera Guru

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

View solution in original post

13 REPLIES 13

Anurag Tripathi
Mega Patron
Mega Patron

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

-Anurag

Hi Anurag,

I have created List edit but still not working same error . I am not able to edit email field

 

Regards,

Kalyan

What are the existing ACL on this field?

What is the type of this field?

-Anurag

find_real_file.pngfind_real_file.pngfind_real_file.png

 

Field type of email is string