
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2016 04:27 AM
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 ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2016 04:40 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2016 10:23 AM
INDRAJEET DAS,
i didn ´t find the "nobody" role !
But thank u, i appreciated all help !