User from particular group can access only few hr tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 10:40 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 11:10 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 08:11 PM
Can you give me the whole code