Thanks. basically I have a task list and multiple users are assigned to a single task-Project.
ProjectTasklist BO- it contains om_RegularUsersAssigned-multiple users for a single project task assigned
Regular User BO
All these project assignees need to see in their query grid that they are assigned to this project/projects. But the query of Task BO grid can not have filter for users because it has multiple allowed-it just does not show up in filter criteria of task list query. Is there any IN custom query that I can write for example
FIND Tasklist where LoggedInRegularUser inside Tasklist