Field Hidden or Encryption

0
I have a requirement to hide or encrypt some field data in the list, for example, i have a table Customer and some columns eg: Name, Address, Tel, Source. now, I hava two role, Admin and ProjectAdmin, ProjectAdmin can not read Source but can write Source in datagrid or datagrid2 . Is there any way to hide it or encrypt, access rule might not solve it
asked
1 answers
0

Hey, you can do that in Entity access rules. Grant read/write for Admin to that table and Source column and for Project Admin you will forbid access (empty dropdown selection on Source column) to that data. When you double click on Entity in Domain Model and go to Access rules you can specify that setup. Who can see/change/create/delete and what

answered