Assignment Group access to work notes and additional comments

Insider
Giga Guru

The assigned group working on the cases must have access to work notes and additional comments on the case.

1 ACCEPTED SOLUTION

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

Regards
Harish

View solution in original post

29 REPLIES 29

okay add this as well

if(legalOperationsSecurity.checkUserHasRequestWriteAccess() || gs.getUser().isMemberOf(current.assignment_group) || current.assigned_to == gs.getUserID()){

Regards
Harish

Unfortunately, it didn't work Harish.

The worknotes tab is still not visible when assigned to some other person from same group.

Are you sure they have roles mentioned in ACL? Share the full screenshot of ACL

Regards
Harish

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

Regards
Harish

sending Screen shotfind_real_file.png