This topic is locked
[SOLVED]

 dynamic permissions

10/25/2011 3:41:13 PM
PHPRunner General questions
I
indigo author

Hi,
we are creating a To Do list for multiple users.

User XYZ can assign a task to User ABC (fields are assignor, assignee)
In this case, both users should have full access (view, create, delete) to this shared task and not tasks of other users.
How should the group permissions be set for something like this?

C
cgphp 10/26/2011

In the "Before process" event of list/add/edit/view pages check if the UserID is assignor or assignee.