Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi ,
I need to search all task assigned using Group. webMethods built-in service is providing one service where we can search task using userID but for my case need to search task using user-group instead of user-ID. Anyone is having any suggestion for this.
Thanks in advance
Thanks Baharul Islam
If the tasks are assigned to a particular group then, you would be able to retrieve the tasks with the built in search task service. Check with assignedToList in custom search fields (TaskSearchQuery/Terms).
HTH Radhika
Thank you Radhika.
It works for me.