No announcements
Found 1822334 threads
-
0 Votes
Sharepoint 2010 list event receiver on load event??
Here I suggest you using event receiver, in the updating event, add the code below to define if the user could update the list item.Answered | 7 Replies | 7529 Views | Created by Graham1135 - Tuesday, June 21, 2011 5:03 AM | Last reply by Shimin Huang - Saturday, June 25, 2011 8:02 AM -
1 Votes
SharePoint list Event receiver not firing always
It was due to another event receiver that was written for some other list but was not attached to that particular list.Answered | 6 Replies | 3556 Views | Created by Ratnesh 2927 - Tuesday, November 29, 2016 8:51 PM | Last reply by Andy JY - Monday, December 19, 2016 2:07 AM -
0 Votes
Datasheet view not refreshing after event receivers in Custom list
In event receiver item adding It is adding another list item into the same list.Answered | 7 Replies | 1258 Views | Created by SushmithaKG - Wednesday, April 6, 2016 8:53 AM | Last reply by Patrick_Liang - Friday, April 8, 2016 10:00 AM -
2 Votes
List Event Receiver - Subsite/Site collection
Hi, I have a List event receiver that is attached to a custom list.Answered | 1 Replies | 5264 Views | Created by okdreamy - Wednesday, May 15, 2013 9:54 AM | Last reply by Ankur Chourasia - Wednesday, May 15, 2013 10:40 AM -
0 Votes
List Instance Upgrade with event receiver
You can add upgrade actions to the feature receiver class that will execute specific lines of code.Answered | 3 Replies | 1841 Views | Created by Darren Johnston - Friday, February 22, 2013 7:23 PM | Last reply by Jeffrey Zeeman - Saturday, February 23, 2013 4:34 PM -
0 Votes
Event receiver unit testing
i have a custom list with two look up fields.Answered | 2 Replies | 7307 Views | Created by Prathima P - Tuesday, April 6, 2010 12:16 PM | Last reply by havana59er - Monday, February 7, 2011 9:22 PM -
0 Votes
Event Receiver : event triggering duplication
Well the thing you are saying gave me some idea on the functionality that the sharepoint exhibits with event receiver.Answered | 2 Replies | 3791 Views | Created by PriyeshPPB - Wednesday, May 2, 2012 3:49 PM | Last reply by PriyeshPPB - Thursday, May 10, 2012 1:18 PM -
0 Votes
Custom event receiver is firing twice. in sharepoint 2010
Hi, Here is basic checklist: (also tell us about your event receiver event).Answered | 3 Replies | 4898 Views | Created by Ajay Nath - Monday, November 26, 2012 6:37 AM | Last reply by Ajay Nath - Tuesday, January 22, 2013 9:17 AM -
1 Votes
List Item event receiver not working: SharePoint 2010
It is not attached to the list.Answered | 5 Replies | 12250 Views | Created by skumar07 - Sunday, January 29, 2012 7:33 AM | Last reply by CrjangelFG - Tuesday, January 14, 2014 1:59 PM -
0 Votes
create a event receiver for SharePoint List view create?
Hi Pradeep, As spucelik said that there is no event receiver type for tracing list views, so it cannot be achieved by event receiver.Answered | 4 Replies | 1225 Views | Created by Pradeep00 - Friday, July 22, 2016 6:14 PM | Last reply by Victoria Xia - Monday, July 25, 2016 8:14 AM -
0 Votes
Remote event Receivers
This means, the event is being fired, but it cannot reach the event receiver.Answered | 2 Replies | 2186 Views | Created by Ridhimaa - Saturday, April 20, 2013 6:32 AM | Last reply by Ricardo Loo - Tuesday, April 23, 2013 4:55 PM -
0 Votes
Regarding "Remote event receiver"
3. adding remote event receiver in project solution with selection of list item event and custom list.Answered | 18 Replies | 2712 Views | Created by anuj qq - Tuesday, December 20, 2016 12:29 PM | Last reply by anuj qq - Thursday, December 29, 2016 9:46 AM -
0 Votes
Event Receiver list people column
Your inner if block can be: string x = properties.AfterProperties["Employee"].ToString(); SPFieldUser user = ...Answered | 4 Replies | 3581 Views | Created by leicd - Thursday, May 17, 2012 5:05 PM | Last reply by leicd - Thursday, May 17, 2012 8:57 PM -
1 Votes
Event Receivers
Have you tried properties.ListItem.Delete() in your ItemAdded event?Answered | 6 Replies | 1529 Views | Created by Harini p - Tuesday, May 21, 2013 11:56 AM | Last reply by Paul stork, [MCM, MVP] - Wednesday, May 22, 2013 12:25 PM -
2 Votes
how to find event receiver attached with list
If no results does that mean the event receiver is not associated with the list correctly?Answered | 3 Replies | 14080 Views | Created by Er. Vinay Kumar - Tuesday, January 31, 2012 5:29 AM | Last reply by CrjangelFG - Friday, January 10, 2014 7:42 PM -
0 Votes
Using Event Receiver to update column in second list
You need to inherit from SPItemEventReceiver class and implement ItemAdded and ItemUpdated event This blog has detail instructions about creating event ...Answered | 3 Replies | 4913 Views | Created by SPA-TMF - Friday, May 29, 2009 1:17 AM | Last reply by Rajesh.Sitaraman - Friday, May 29, 2009 2:16 AM -
0 Votes
Users and group count filed in a list event receiver
Hi Shahid, You are not supposed to use SPCOntext in event receivers.Answered | 1 Replies | 1244 Views | Created by Shahid Siddique - Saturday, May 31, 2014 2:17 PM | Last reply by Lakshmanan Sethu - Sunday, June 1, 2014 3:28 AM -
0 Votes
Disable event receiver on specific list through web part
Stop event firing, do your list item creations, then turn it back on.Answered | 3 Replies | 8391 Views | Created by Urlaubsgimpel - Tuesday, January 18, 2011 1:38 PM | Last reply by Urlaubsgimpel - Wednesday, January 19, 2011 8:40 AM -
0 Votes
Create Remote Event Receiver for List on Host Web (ItemAdded & ItemUpdated)
On browsing to the Remote Receiver Endpoint URL, the Event Receiver Service Page should be displayed.Answered | 3 Replies | 1864 Views | Created by CaMeL023 - Wednesday, October 12, 2016 1:56 PM | Last reply by Arcee Gomes - Thursday, October 13, 2016 6:00 AM -
1 Votes
Add a event receiver handler to an specific list
Hi vikpri, I have already written steps to attach event receiver to list using featureAnswered | 12 Replies | 26583 Views | Created by wiracocha - Friday, March 20, 2009 1:55 PM | Last reply by Hussain M Naqvi - Tuesday, May 24, 2011 9:38 PM
No announcements