Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to create an access control for a table and fields

Lana2xp
Tera Contributor

Hello !

I need to define access control to some fields in the table  

Read to all records : ITIL e ITIL_ADMIN
Update all records: ITIL e ITIL_ADMIN
Delete : 'no one'

and.... fields

For example : i have a field named Minimum to define read to ITIL_admin

a field Group to define write to   ITIL_ADMIN etc

how can i do that ?

1 ACCEPTED SOLUTION

Mujtaba Amin Bh
Mega Guru

Step 1: Elevate role to security_admin.


Step 2: Goto the table on which you want to create access controls.


Step 3: Create a new ACL with operation as read * and in role mention ITIL e ITIL_ADMIN.


Step 4: Create a new ACL with operation as write * and in role mention ITIL e ITIL_ADMIN.


Step 5: Create a new ACL with operation as delete and in role mention admin.



You can also put an ACL for create.


The Access Control form


View solution in original post

5 REPLIES 5

INDRAJEET DAS,


i didn ´t find the "nobody" role !



But thank u, i appreciated all help !