As a SUpervisior assign a task to users(attendee)

0
I have created a below microflow but when i able to create a task to user(attendee role), user1(attendee role) the task description and comments are visible to every user, how i can show only task to assigned user.
asked
2 answers
1

You'll want to use xpath constraints in the entity's access rules, so that users can only see tasks that were assigned to them. 

For how to add xpath constraints to entity access, see this page in the documentation:

https://docs.mendix.com/howto/logic-business-rules/define-access-rules-using-xpath

answered
0

Hey ,

At the view page for the tasks for the users  make the data source  Xpath  and please follow the bellow one  :

[the association between the task and the account/the account entity/id = '[%CurrentUser%]']

then each user can see just the tasks that assign to him.

answered