The itemupdated tag has no wiki summary.
1
vote
1answer
48 views
Event Receiver - Cannot access item from Document Library if the user changed the name
I have a library, that has versioning enabled.
On that library is an event receiver that does stuff, on ItemUpdated :)
Ok, if the user uploads a document, and does not rename the document during ...
0
votes
1answer
26 views
Error conflict with updating an item
I have an issue with updating an item in ItemUpdated event. Basically i don't get any error but it is just not being set my field. But if i debug it, then i do get an 'error in saving'. I have this ...
0
votes
1answer
51 views
How can I only perform an action once on workflow that starts when an item is changed?
I have a custom workflow that starts whenever an item is changed on a list. It sends an email when someone is added to the People and Groups field. However the email sends every time the item is ...
0
votes
0answers
158 views
ItemAdded eventreceiver for ListTemplate 119 (Wiki pages) not firing
The below code works fine for ItemAdded, however it isn't firing for ItemUpdated, simply put how do you add an ItemUpdated event receiver for a Wiki Page Library.
<?xml version="1.0" ...
0
votes
0answers
30 views
Update Historical Items
I have created a simple survey list which has already generated some data. Now we need to extend it with some new columns. One of these columns (a person lookup) will need to have its data populated ...