Tagged Questions
0
votes
1answer
44 views
Edit approved list items
I have a list here which requires new items be approved. There's a certain field that members would like to edit. When one makes edits, the other does not see. People with approve permissions can see ...
1
vote
1answer
292 views
Item Level permissions - trouble when using “Create items and edit items that were created by the user ”
I have a list of items that I want viewable and editable only by the item creator and one other person (the other person is set in the item data).
I created a list, and in the advanced settings set: ...
2
votes
2answers
1k views
Preventing users from deleting an item from a task list
I am using the ItemDeleting event receiver to prevent users from deleting items in a Task List.
Currently, my code looks like:
if (properties.ListTitle == "Project Intake Tasks")
{
...