The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
27 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 ...
1
vote
1answer
49 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 ...
2
votes
3answers
107 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 ...
7
votes
1answer
139 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
1answer
290 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 ...
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
223 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 ...
0
votes
1answer
398 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) ...