The itemupdated tag has no wiki summary.
7
votes
1answer
144 views
How to know if another event / user is running on an SPListItem (Sharepoint 2010)
I have a Sharepoint 2010 farm in which is deployed my solution. This solution provides some "data mantain" of some content types. Let me explain:
Suppose I add a file in a document library: when I ...
2
votes
3answers
115 views
Event Reciever ItemAdded fired twice
I'm trying to do some treatement after creating an item but the treatement is done twice because in my code after creating the item, I'm updating it , so the event reciever get fired twice: first when ...
2
votes
1answer
297 views
How to update SPListItem in ItemFileMoved?
I have a document library. In ItemUpdated I move the file to a different location (based on date) and I want to add some metadata in ItemFileMoved to the file's new columns (which I added). The ...
1
vote
1answer
50 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
404 views
ItemUpdated Event, After or Before Property Title name is null
No matter what I do, before and after for title are always null.
This is an item updated receiver in the meetings or event list
![public override void ItemUpdated(SPItemEventProperties properties)
...
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 ...
0
votes
3answers
227 views
How to update people field?
I have following code on infopath form. All the column gets updated in the target list except for the people column. The verifiedBy is not updating the column in SP List. (In the list I have to to ...
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 ...