views:

149

answers:

0

As MSDN states, then WriteSecurity has 1 of 3 states possible:

  • 1 — All users can modify all items.
  • 2 — Users can modify only items that they create.
  • 4 — Users cannot modify any list item.

But if I want behavour nr. 2 plus users can modify items that are assigned to them? Well if I grant a user full permissions (put in owners group) for list, then those can edit any item (not good). So why wouldn't it work by setting item level permission "full control" just for AssignedTo user (good)? I did, but that didn't help - access denied.

I want exactly the functionality as stated in question "Automatically set list item permission, after new item is created", quoting:

  • Every users (Supervisor and team members) can see any tasks.
  • Supervisors can edit any tasks
  • Team members can only edit their own tasks (tasks that were assigned to them, or created by them)

but although answer has been accepted, the solution does not provide a way for users to edit items assigned to them or items created by user.

Help is appreciated, thank You!