how to show tasks to a particular assignment group members and can edit.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 07:47 AM - edited 02-03-2023 07:53 AM
Hi can anyone help me with the scenario for the tasks to show to a group in My group's work for a user in navigator,
I have written a acl for read and write for a task table and whats happening is that now tasks are showing only for monitoring group members, but not for others tasks which are related to change,problem etc
below is the acl written and i have kept condition as when task type is task and below the code:
if(gs.getUser().isMemberOf('69da495613a513007b6256022244b043')) // Monitoring group
{
answer = true;
}
kindly help me
0 REPLIES 0