how can I grant write access to a custom field in cmdb_ci_appl table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2016 05:40 AM
I have created a filed in the cmdb_ci_appl table called app abbreviation and create a role as I want some user to only be able to write to this field. When I created the ACL rule for that specific role to that specific field the user cannot write to it. There were no ACL rules on the cmdb_ci_appl table so I'm guessing the permissions flow down from the cmdb_ci table. So how to I give access to a filed that is not part of the cmdb_ci table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2016 05:44 AM
Hi Brain,
User has to satisfy at least one table level acl, and atleast one field level acl to gain the access to the field.
Does the user able to update the record by changing other fields?. If yes, Can you please share more details about your acl.
Thanks
SRinivas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2016 05:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2016 06:00 AM
Is there also a write ACl granting write access to "cmdb_ci_appl *" ? This would be the table level ACL mentioned above.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2016 06:04 AM
I just added that and now they have write access to the entire cmdb_ci_appl table where I only want them to have access to the one field.