Access Control or any other method

Promita Das1
Tera Contributor

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, 

4 REPLIES 4

Jaspal Singh
Mega Patron
Mega Patron

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

 

Promita Das1
Tera Contributor

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.

 

It should Table.*

Promita Das1
Tera Contributor

All the fields are read only now including those 3 fields

 

How to make those 3 fields editable now