Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I just want to know is there any way we can set the variable in ItemUpdating Event Receiver & get that value in ItemUpdated Event Receiver...

like even in session we might not do except we store session with SharePoint Login UserID. But can we do that same in local variable.

share|improve this question
Brijesh, what is your requirement? ItemUpdating and ItemUpdated are fired in two different scopes and I don't think there is a way to communicate information between the two... However, if you want some information hidden you can simple put it in the Item Column and retrieve it in ItemUpdated from the Item ? – Arsalan Adam Khatri Nov 7 '12 at 9:12

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.