Displaying 'My Groups Work' module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 11:29 PM
Hi All,
I need to pull records of RITM and TASK of logged in user's groups under 'My Groups Work' module. We have assignment group on Catalog task level and we are not mapping Task's Assignment Group to RITM's Assignment group. I can pull catalog task records but How to pull RITM's where TASK's assignment group is one of logged in user's group. Please help out to achieve this.
Thanks in advance.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 11:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 11:46 PM
Hi Samiul ,
Thanks for your response. Sorry for that, I am doing it on SLA Table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 11:50 PM
No problems; so have you managed to get it working or looking to get records on SLAs ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 11:59 PM
I am getting catalog tasks of my groups since we have assignment group field there but not RITMs. I wrote a script on sc_task by quering assignment group with gs.getUser().getMyGroups() and I am returning unique groups sys_id . By doing this way I am able to achieve it , but in module's filter it is showing all groups which is not looking good if there are more number of groups, so trying to know is there any other way to achieve it.