HR case show case subject person issue
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 06:34 AM
Hi All,
I have requirement to not show the HR case for subject person for particular HR service. I have unchecked the "Show case to subject person" in the HR service. But it was still showing the case to the subject person. I have also tried the ACL below is my ACL code:
if (hrservice == current.hr_service) { //hrservice = <HR service name>
if (gs.getUserID() != current.subject_person) {
answer = true;
} else {
answer = false;
}
}
else{
answer = true;
}
Could anyone suggest a solution for not showing the HR case to subject person.
Thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 06:54 AM
send the screenshot of read acl