Assigning a task in mendix

0
i will be assigning a task to a particular person. but that person should view only his records but not all records in mendix. how to perform this?
asked
1 answers
0

Hi Jagan,

 

In your 'Task' entity, under the 'Access rules' tab, add an XPath constraint like this (obviously, base them on the entities you are using as this is just an example):

 

[Administration.Task_Account='[%CurrentUser%]']

 

This will make sure that a user will only be able to see the tasks that are related to him/her.

 

Hope this helps!

answered