The event-receiver tag has no wiki summary.
0
votes
2answers
124 views
The security validation for this page is invalid error trying to add sharepoint approval workflow to List in ListAdded eventreceiver
What I am trying to do is to attach the OOTB sharepoint workflow [Approval Sharepoint - 2010] to each and every document library that ever gets created. To accomplish this I created a List Added ...
1
vote
0answers
54 views
sharepiont 2010 sandboxed ItemUpdating event receiver triggered only on first 3 items
I have 2 Lists:
List A
Title
Category (lookup to Category List) (choices A, B C)
Price (number field)
Category Total (number field)
...Some other fields
List B
Title
CategoryA Price (number ...
0
votes
1answer
43 views
How to create event receivers programatically?
We are creating content databases, site collections and libraries programatically. Then we are uploading documents in document library. We want to create event receivers programatically in C# (without ...
0
votes
0answers
107 views
SharePoint 2013 SharePoint-hosted remote event receiver
I am running a SharePoint-hosted remote event receiver in SharePoint 2013.
I am quite confused about the concept of SharePoint-hosted app, MSDN mentioned that the app logics are all running in user's ...
0
votes
1answer
162 views
sharepoint online remote event receiver does not working
Hello i recently started to developing sharepoint 2013 .
I deply my solution to office365 online account and to my solution i attached remote event receiver.
This event receiver should listen to ...
0
votes
1answer
1k views
SharePoint ItemAdded and SPFile.OpenBinary(), zero bytes
I have an event receiver tied to a SharePoint 2010 picture library. When a picture is uploaded, I want to open it for processing. Files uploaded with the web interface work fine, but files copied ...
1
vote
1answer
124 views
How to automatically update properties after the file is generated by word automation service?
I used Open XML + Word Automation to generate a word file from template and convert it to pdf. Now both word documents and generated PDFs are in the same document library. The word documents has some ...
1
vote
1answer
1k views
EventReceiver not Firing on SharePoint List
I am trying to create an EventReceiver for a blog site (for the Posts list) and am having some trouble getting it working. I want to change the Created By column to Anonymous. Basically I have this ...
0
votes
0answers
110 views
Force field to update in DataSheet view after save event?
I have a business requirement, to populate some fields (FirstName, LastName, Email) on a list item based on the UserName in the "Userid" field (I perform an AD lookup). Everything works perfectly, ...
0
votes
1answer
83 views
ItemAdded event not fire when adding multi items
I'm using a WebPart to add more than one list item at a time.
And I also have an EventReceiver to handle ItemAdded event on this list.
The problem is when the WebPart adding items, only first item's ...
1
vote
1answer
28 views
Overriding EmailRecieved without loosing the Base EmailRecieved functionality
I have a document library setup to recieve emails. The emails coming in have a single picture and a csv file which I use for some processing.
The override emailrecieved works perfectly but of course ...
0
votes
1answer
201 views
Sharepoint event receiver and linq to sharepoint
I have a sandboxed solution and access some lists with Linq-to-Sharepoint. Now I attached an event receiver to the list type 101 because I have to restrict some files uploaded to picture libraries. ...
0
votes
0answers
138 views
Event Receiver - How to set item value with the value from the existing item in the SAME list?
I have a business requirement to add a new version (revision) of the existing list item.
New list item should have this setting:
NewItem.ParentID=ParentItem.ID
...
1
vote
1answer
35 views
is it possible to call an event reciever from an event reciever with different properties?
I have an event receiver that runs when metadata on a folder (docset) is updated. In the same event receiver, I want to run kick off an event receiver for each document in the folder. What I want to ...
0
votes
2answers
216 views
update file in Document library
I am working on a requirement event receiver generates page content into Microsoft Word and PDF using a third party DLL. Once the generation is completed I need to upload it to document library.
This ...