Tagged Questions
1
vote
1answer
64 views
Redirect in Event receiver SharePoint 2013
My question was simple in SharePoint 2010 but in SharePoint 2013 is complicated! In 2010 I could redirect user by setting properties.Status and properties.RedirectUrl. Now RedirectUrl and ...
1
vote
0answers
33 views
Using the SocialFeedManager object in remote event receiver
I'm trying to create a remote event receiver that will update the social feed of a user when ever he adds an item to a list on SharePoint Online. I've initiated the client context object using the ...
2
votes
0answers
75 views
List event receivers not triggered after quick editing/grid editing
I have a custom Sharepoint 2013 list with event receivers attached to it (adding, updating, deleting).
However, it looks like the event receivers are not triggered when the user is adding/editing in ...
1
vote
1answer
34 views
Find a specific field on a site and the set it to “Required” in a EventReciever
I have created a EventReciever that will be activated when a site gets created. This site have a announcement webpart. When they click on "add announcement", newform.aspx pops up as a dialog and there ...
0
votes
0answers
35 views
GroupDeleting event receiver in sharepoint 2013 [closed]
I have created custom GroupDeleting event receiver in sharepoint 2013. On deleting group, Properties.GroupName is null. I am not getting properties of group.
1
vote
1answer
327 views
Event Receiver on SharePoint-hosted Apps
Is it possible to create event receiver or workflow on SharePoint-hosted apps in SharePoint 2013? I have not much knowledge about SharePoint apps. If yes then how to create it...
Can we use Remote ...
0
votes
0answers
159 views
Can't use SPItemEventProperties ListItem on ItemAdded in Event Receiver
I'm using event receivers to modify some of the inputs in a SharePoint 2013 site.
They are fairly straight forward, here is a simple example
public override void ItemAdded(SPItemEventProperties ...

