- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 12:42 AM
The assigned group working on the cases must have access to work notes and additional comments on the case.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 01:57 AM
HI Shafi ensure there is only one write ACL on the table for worknotes.
script:
if(gs.getUser().isMemberOf(current.assignment_group.sys_id))
answer = true;
Refer attached screenshot for example
1. members of group can edit and see worknotes
2. ITIL user Non member of group cannot see worknotes
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 02:16 AM
okay add this as well
if(legalOperationsSecurity.checkUserHasRequestWriteAccess() || gs.getUser().isMemberOf(current.assignment_group) || current.assigned_to == gs.getUserID()){
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 02:20 AM
Unfortunately, it didn't work Harish.
The worknotes tab is still not visible when assigned to some other person from same group.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 02:22 AM
Are you sure they have roles mentioned in ACL? Share the full screenshot of ACL
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 02:24 AM
Refer these links as well
https://community.servicenow.com/community?id=community_question&sys_id=1f2ea82adb652090d5c4d9d9689619b9
https://community.servicenow.com/community?id=community_question&sys_id=77f48375db4367002e8c2183ca9619e4
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 02:25 AM