No announcements
Found 1822324 threads
-
0 Votes
Attaching an event receiver to a custom list
You can bind the event receiver to a specific list using a Feature Receiver.Answered | 9 Replies | 6993 Views | Created by Etowah_man - Saturday, October 17, 2009 5:21 PM | Last reply by Naresh.v82 - Thursday, September 15, 2011 7:21 AM -
0 Votes
Eventreceiver on a single custom list
you can't filter an event receiver down to a single custom list unless you write your own activator.Answered | 5 Replies | 7923 Views | Created by thebaldur - Tuesday, September 28, 2010 10:55 AM | Last reply by Doug Ware - Wednesday, September 29, 2010 7:08 PM -
1 Votes
Multiple Remote Event Receivers in a single Provider hosted app with single service
In my case, we have one custom list event receiver, one task list event receiver and one document library so we can't make ...Answered | 2 Replies | 1533 Views | Created by spotech - Thursday, March 31, 2016 11:33 AM | Last reply by Darpan Jain - Wednesday, December 28, 2016 11:19 AM -
0 Votes
Attaching a same list event receiver to multiple lists
1 more option is there: Create a event receiver for all the custom list and then check inside event.Answered | 4 Replies | 10880 Views | Created by Anshuman Bansal - Wednesday, November 30, 2011 12:29 PM | Last reply by Amay Kulkarni - Thursday, January 8, 2015 6:40 AM -
5 Votes
Event receiver on pages list
Just wondering, after custom fields update from events and before systemUpdate are you also checked In/Publish that page?Answered | 6 Replies | 1296 Views | Created by PiingPoint - Tuesday, December 30, 2014 3:57 PM | Last reply by PiingPoint - Wednesday, December 31, 2014 1:44 PM -
0 Votes
List Event Receivers in SP 2013
http://onceinawhilescribble.blogspot.in/2013/05/creating-simple-event-receiver-in.html http://msdn.microsoft.com/en-us/library/ee231563.aspx As ...Answered | 1 Replies | 1285 Views | Created by KhushiSShaikh - Wednesday, June 11, 2014 9:10 PM | Last reply by sk2014 - Thursday, June 12, 2014 10:59 AM -
1 Votes
List Alerts vs Event Receiver
I'm working with a client that has a list with an event receiver which fires when an item is added.Answered | 3 Replies | 3146 Views | Created by SP.Shooter - Thursday, January 10, 2013 11:08 AM | Last reply by matthew.lui - Friday, January 11, 2013 1:08 AM -
0 Votes
event receiver to update items of list A to list B
Try this http://onceinawhilescribble.blogspot.com/2013/05/creating-simple-event-receiver-in.htmlAnswered | 3 Replies | 809 Views | Created by Mahi Sinha - Tuesday, January 12, 2016 3:00 PM | Last reply by Gowtham Rajamanickam - Wednesday, January 13, 2016 6:53 AM -
0 Votes
How to Add Remote Event Receiver on SharePoint 2013 Online Custom List?
Remote event receiver gets attached with List Definition.Answered | 10 Replies | 2958 Views | Created by Sunny Bahree - Tuesday, September 20, 2016 5:14 AM | Last reply by Sara Fan - Wednesday, September 21, 2016 7:57 AM -
0 Votes
List View in Event receiver
Hi Hemendra, I was getting an error...Now that issue is resolved and I am able to access SPView class in list item event receiver.Answered | 4 Replies | 1901 Views | Created by Ann KB - Wednesday, September 18, 2013 1:13 AM | Last reply by Ann KB - Thursday, September 26, 2013 3:57 AM -
0 Votes
Event receiver listadding and access the list
I made the receiver synchronous and ist run perfekt.Answered | 6 Replies | 1065 Views | Created by SK3110 - Tuesday, March 24, 2015 4:42 PM | Last reply by SK3110 - Thursday, April 9, 2015 5:49 PM -
0 Votes
event receiver for updating field in list
value another list projekt2 for SPList list = web.Lists["projekt2"]; i receive value null. why?Answered | 12 Replies | 1177 Views | Created by gogi1000 - Monday, April 2, 2018 11:11 AM | Last reply by Siva Padala - Friday, April 13, 2018 2:18 PM -
0 Votes
Event Receiver not working into SharePoint List all times
If the code above works, I suggest you debug your event receiver.Answered | 1 Replies | 2405 Views | Created by Samer Fayad - Thursday, February 5, 2015 7:48 AM | Last reply by Dennis Guo - Friday, February 6, 2015 8:53 AM -
1 Votes
attach programmatically an event receiver to an list
In the eventreceiver1 class added und updated method is the same visual studio creates automatically when I add an event receiver to my solution.Answered | 4 Replies | 15885 Views | Created by Stefan3110 - Friday, February 1, 2013 7:22 PM | Last reply by Stefan3110 - Friday, February 1, 2013 9:16 PM -
0 Votes
List Item Added Event Receiver
If event is not firing then it might be either of 2 cases (1) Either event receiver is not registered OR (2) it is registered to ...Answered | 2 Replies | 4272 Views | Created by PathanCuet - Thursday, April 26, 2012 8:45 PM | Last reply by Hemendra Agrawal - Friday, April 27, 2012 5:11 AM -
0 Votes
Sharepoint 2010 Event Receiver
No, receiver configuration is stored in content db and execution happens on app server, to me if it is working on one app server then is should works on other also, so it looks dll issue.Answered | 3 Replies | 976 Views | Created by SoniAnupam - Thursday, September 10, 2015 6:03 AM | Last reply by Pankaj Kmar - Thursday, September 10, 2015 10:02 AM -
1 Votes
attach event receiver to specific List definition
If you add it in site scope, all lists in the site collection using your definition will trigger the event receiver.Answered | 4 Replies | 2671 Views | Created by himo - Thursday, November 29, 2012 10:27 AM | Last reply by Bjoern H Rapp - Thursday, November 29, 2012 11:28 AM -
0 Votes
event receiver ListAdding don't redirect other list
Hi, Please try to use this: properties.Status = SPEventReceiverStatus.CancelWithRedirectUrl; properties.RedirectUrl = properties.Web.ServerRelativeUrl ...Answered | 1 Replies | 1045 Views | Created by Ricardo Villegas Corrales - Friday, October 30, 2015 5:02 PM | Last reply by Dennis Guo - Monday, November 2, 2015 5:28 AM -
0 Votes
Custom list event handling for specific list
By default it will be the list type, that is attached eventreceiver will trigger to eg:item adding event for all the shared document library if the List id ...Answered | 3 Replies | 2547 Views | Created by Vikramkot - Wednesday, August 22, 2012 10:28 AM | Last reply by Thilosh V N - Wednesday, August 22, 2012 11:49 AM -
1 Votes
List Event Receiver
Hi All, I am trying to attach the event receiver for the list in the "Item Added" event as shown below.Answered | 8 Replies | 4466 Views | Created by Kumar9999 - Wednesday, November 16, 2011 10:38 AM | Last reply by Kumar9999 - Thursday, November 17, 2011 4:45 PM - Items 1 to 20 of 1822324 Next ›
No announcements