User from particular group can access only few hr tasks

Vishali3
Tera Contributor

We have a group ITSupport having group role "sn_hr_core_case.reader" So that then can view hrtasks. But we need to provide access to only few hr tasks based on short description or some other fields in hrtask. For other tasks we need to retrict this group. Please help

I havw written a query business rule but it's not working

 

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@Vishali3 This can be achieved via a query business rule or a read ACL. In case of Query business rule you can simply add a condition.

 

current.addEncodedQuery('short_description!=Password Reset'); //Replace Password reset with your HR task short description

Hope this helps.

Can you give me the whole code