Assigning task to particular user.

0
Hi , when am assigning task to particular user its showing to every other user using xpath. I     can anyone please suggest on this . And also thanks in advance
asked
1 answers
1

UserRoles is an association between UserRole and User in the system module and has nothing to do with constraining a task for a single user. You need to create an associaton between your Task entity and the Account entity and use this association in the xpath constraint that you configure on your Task entity.

answered