- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015 02:24 PM
Hi All,
I got requirement to give a user ASSET role but I should give him READ ONLY role for all the fields in the CI form except one field XYZ. I have given ASSET role and since they require read only for all the fields i have given SNC_READ_ONLY role. what shall i do to give WRITE ability to the field XYZ which is existed in every CI form(it could be printers,web servers, windows etc). since the SNC_READ_ONLY is making all the fields read only and it might be a table level ACL, it will override any field level ACL. Any idea on how to make only the field XYZ write access and rest of the fields read only.
PS: we are using FUJI version
Thanking You Very Much in advanced,
SY
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015 05:44 PM
You will need to have ACL's similar to below.
1. A write ACL on Table allowing access
2. A * write ACL on all fields not allowing access
3. A write ACL allowing access to the single field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015 05:44 PM
You will need to have ACL's similar to below.
1. A write ACL on Table allowing access
2. A * write ACL on all fields not allowing access
3. A write ACL allowing access to the single field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015 11:29 PM
Hi Mark Amann, thank you very much for your reply. your solution is worked for me.
thank you Berny, Deepak for your valuable help, they also have relevant information to sort out my problem.
thank you guys once again,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016 10:57 AM
Hi Sry
I try to replicate the same ACLs on incident table.
my scenario is. a custom role needs to be established so that users with that custom role should be able to see all the incidents information in read only, at the same time they should be able to change few fields on incidents created by them, we trird with snc_read_only role, but it will give a blanket read on the table by not allowing any fileds for write operations even the caller of the incident also.
any help would be highly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2015 02:54 AM
Hey Thanks Mark this worked like a charm....