- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2019 09:47 PM
All the fields except Comments should be read only to everyone
but for Assignee and users having CAB Manager role and Change Manager role its should be editable
i did the following and it didnt work
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2019 09:55 PM
Hi
Try writing ACL's with your roles in the following order :-
read - table.none
write - table.none
write - table.*
write - table.comments
Now this will make the comments field writeable, rest will be readonly.
Mark correct if it helps.
Regards,
Omkar Mone.
www.dxsherpa.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2019 09:55 PM
Hi
Try writing ACL's with your roles in the following order :-
read - table.none
write - table.none
write - table.*
write - table.comments
Now this will make the comments field writeable, rest will be readonly.
Mark correct if it helps.
Regards,
Omkar Mone.
www.dxsherpa.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2019 10:03 PM
still its not working..acl is not performing any actions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2019 10:04 PM
Hi
Can you show me the ACL configurations? Because with the same i was able to achieve similar requirement in our project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2019 10:11 PM