Event Receivers are triggered by certain events on either a SPWeb, SPList or SPListItem.
0
votes
1answer
140 views
List versioning detect field level changes
I need to detect changes with each on each item update, )but i don't want to use the before, after properties )
My question is:
If i enable list versioning can i diff 2 versions to detect changes, ...
0
votes
1answer
678 views
Event receiver for a custom List
I created a custom Event Receiver using WSP builder, and in elements.xml file i have given the ID of list which i find in elements.xml of List definition of particular list.
I also activated the ...
0
votes
1answer
119 views
Using an event receiver to validate a page
I need to evaluate certain properties of a page whenever it's being saved/published as part of a custom validation I need to implement.
I notice properties has both Cancel and ErrorMessage properties ...
0
votes
2answers
490 views
Event receiver not populating list as expected
I have created an event receiver that does two things:
1) Pulls information from a selected user's profile and populates a column with that information (BC Champion ID). <-- This part works
2) ...
0
votes
2answers
2k views
ItemAdding event not firing when submitting InfoPath form to form library
I created an event receiver in Visual Studio to handle three events in a form library: ItemAdding, ItemUpdating, and ItemDeleting.
ItemUpdating and ItemDeleting work as expected when debugging, but ...
0
votes
1answer
413 views
Scope Event Receiver to WebApplication (SharePoint 2010)
I'm working on creating an event receiver which facilitates synchronization between two lists. I originally created the receiver as a sandbox solution and after successful testing deployed it to ...
0
votes
2answers
344 views
Managed Client Object Model in Event Receiver - Event is not firing at all
When I use ClientContext context = new ClientContext("SITEURL"); in my event receiver, the event doesn't trigger at all.
So my question is can I use managed client object model in event receivers.
...
0
votes
1answer
537 views
Event Receiver for onitemdeleting attached to content type firing on all content types
I have an event receiver on item deleting which is being activated through code, the following is my code:
SPContentType myContentType = web.ContentTypes["abc"];
//class where event receiver methods ...
0
votes
1answer
220 views
Event Reciever(item deleting) pop up for event cancellation yes/np sharepoint 2010
Is there any way that we can create a pop up on item deleting event reiever -- so when an item is deleting which gives us option whether to go ahead and delete the item or cancel the delete..
0
votes
1answer
155 views
Why do I get only 1 ItemAttachmentDeleting event when deleting more than 1 file in WSS 3.0
I have this requirement, using WSS 3.0, that when an attachment is added or deleted from a list item, I need to send an email to the users. I'm not having a problem with the emails; it's ...
0
votes
1answer
160 views
Get selected term level
I've got a "Managed Metadata" column on a document library (required field). When I've added a document, I need to get te level of the selected term in my term store. I'm using a eventreceiver. I know ...
0
votes
1answer
41 views
Interaction between custom forms and event recievers
How can we interect with custom forms and event recievers? How can we talk to custom fields (asp controls) within the custom form from an event recievers?
0
votes
1answer
18 views
Event Receiver Update
I have a complex situation that I was wondering if you guys have an idea on how to do:
I have 2 lists, the parent list (CRDB) and child list(ReleaseDB). The parent list can have one or many child. ...
0
votes
1answer
13 views
xmldocument & receiver on sharepoint
I'm developing on sharepoint since few months, and I begin to understand the structure of Sharepoint. However, there is some things I don't understand.
For example, I don't understand how work the ...
0
votes
0answers
14 views
disabling multiple fiel upload on picture library
How can I make my library picture one to disable multiple picture upload at a time. only 1 at a time is nice. I tried but getting context as null. not sure how to improve it myself.
I also need this ...
0
votes
1answer
26 views
Sharepoint Event Recievers Feature Activation
I am trying to create an event reciever based off an example created by a previous employee. This event reciever is scoped for the site level and is a ListItem event reciever.
I believe I have ...
0
votes
1answer
44 views
redirect to page after itemadding in list withlong run operation
after many checking about redirecting to page from event recievers I understood that my best option it to di it from itemadding event and not itemadded.
that does not means that I can neglect the ...
0
votes
1answer
12 views
Changed event content type at parent now existing calendar lists content types are _hidden
I am new to SharePoint and I changed the event content type at the parent level. Now existing calendars list content types groups are _Hidden. The calendars also do not work now. Is there a way to re ...
0
votes
2answers
82 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 event ...
0
votes
0answers
23 views
timeout >1 event receivers
I have this custom list in my sandbox solution and when someone
adds an item to the list the synchronous event receiver method itemAdded will call
the spweb.webs.add method and adds a website. Now ...
0
votes
0answers
49 views
Event Recevier ItemAdded/ItemUpdated and Custom Workflow with Word Automation Service
I have created one visual webpart to convert selected word document to pdf using word automation service. Pdf is created successfully on each time when WAS timer job runs. I know we can not retain ...
0
votes
1answer
19 views
Remove entries from dbo.EventReceivers
Can I safely remove Entries in dbo.EventReceivers ?
The Problem is that when i'm deploying a Solution i get on the Feature Activation many Errors in the SharePoint Logs like:
...
0
votes
1answer
101 views
EventReceivers not firing at all (SharePoint 2010)
I wrote some code to do some things before and after an item is added to some lists. The solution is sandboxed.
I have checked and confirmed, through power shell, that the event receivers are bound ...
0
votes
2answers
33 views
deployment issue - List Event not firing
I'm facing 2 problems when I'm deploying my solution in QA environment.
Scenario 1:
I have written a feature (Feature 1) to create custom list (say List 1). When feature 1 is activated, List 1 is ...
0
votes
0answers
95 views
Event Receiver update document content on ItemUpdating
I am trying to update a document in the item updating event receiver, but I keep getting the error: "The file IOF/This is a.docx has been modified by ....."
I have the following code in my SP 2013 ...
0
votes
1answer
98 views
Use application page as edit form on list?
I createad an application page and put it under /_layouts/, in the list definition I specified the edit form like so:
<FormUrls ...
0
votes
1answer
41 views
Populating list columns when an event is fired in SharePoint 2010
I have created a SharePoint2010 list with 20 columns. which has 2 key columns cid and tid of the user.
There is an application, whenever it is initiated a new row is created in the Sharepoint list ...
0
votes
0answers
44 views
SPWorkflowEventReceiver with the Content Approval Workflow
I have a document library that has 'Content Approval' turned on (List Settings > Versioning Settings > 'Require content approval for submitted items'. I also have a workflow event receiver, utilizing ...
0
votes
0answers
49 views
Delete all list permissions and set Author as contributor (Event Receiver)
I wrote an Event Receiver on ItemAdded to automatically create a calendar (Template 106) from a ListItem (Title => Name of calendar). So far so good...
Problem of all is, that I want to delete ALL ...
0
votes
1answer
61 views
Custom Event Reciever For Document Library(sharepoint 2010)
I have a month column which is a choice column in my document library in the format specified below.. For eg. Jan 2013 I have the following requirements 1. The month dropdown should always have only ...
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.
0
votes
1answer
100 views
ItemUpdating event not firing on folder rename w/ Windows Explorer
I have an Item Updating event receiver that needs to fire when a document library folder is renamed. Everything works perfect when a user renames the folder with the SharePoint UI.
However, if ...
0
votes
3answers
69 views
Event Receiver when document body/content is updated
What event receiver is triggered when the content of an existing Word document is updated/changed? ItemUpdated works when the properties on the document are updated (e.g. changing a content type ...
0
votes
1answer
116 views
Do event receivers have a file handling limit?
I created an event receiver inheriting from SPItemEventReceiver for document libraries that moves files to specific folders and changes some metadata columns that I've added to them.
I created a ...
0
votes
0answers
51 views
Sharepoint 2007 event receiver - debug on development environment locks production
Sorry for the strange title, but I'm having a hard time finding a good description of the problem, so here it goes.
I've created an event receiver in my projekt and it works fine on my development ...
0
votes
1answer
58 views
ApplyWebConfigModifications caching issue
Doing some testing of adding multiple configuration settings during a feature activation. One of my trials caused an error with a setting, specifically around preCondition statement for ...
0
votes
1answer
106 views
Why Item Updated and Item Added trigger together when we add a item to list (document library)
I have gone through hundred of articles over months but never understood as what could be the reason Item Updated and Item Added trigger together when we upload a item, even though if you try ...
0
votes
0answers
138 views
In MOSS 2007, what does event ID 6644 means?
In SharePoint 2010, 6644 refers to error related to Event Receiver. In MOSS 2007, is this the same? MSDN doesn't specified what type of error this event id refers to.
In the event log, I got the ...
0
votes
0answers
125 views
There was no endpoint listening - AppEventReceiver
I'm developing provider-hosted SharePoint 2013 App with Windows Azure as a backend. I created an app event receiver to fire when app is installed. When i publish my Web App (.NET MVC4) to Azure, ...
0
votes
2answers
173 views
Setting Taxonomy value during itemadding
How can i set an taxonomyfield during an itemAdding event?
i've got a TaxonomyFieldValue created from my propertybag.
public override void ItemAdding(SPItemEventProperties properties)
{
//Get ...
0
votes
0answers
41 views
Choice field editable from CQWP
I have a list which includes a choice field that has values displayed in a drop down. I have added an event handler to the list item so that when a value is selected from the drop down an alert is ...
0
votes
0answers
28 views
InfoPath Services - form changed event
We are using InfoPath services in our project. Sometimes there is need to change form schema, and it's done via InfoPath Designer. Form is also published from InfoPath Designer to SharePoint. When ...
0
votes
0answers
38 views
InfoPath sending a Values from Event Receiver to the InfoPath
I want to send a Values from Event Receiver of Vebpart to the Infopath form. How could I send Values and data from Event Receiver of Items Adding to the Infopath form which are on the site in this ...
0
votes
1answer
39 views
Connecting infopath with the data from the list
When I creating a infopath conected with list in creator from Microsoft InfoPath Designer the bookmark which called developer is hinding, and I can't editing or writing any of code. How could I ...
0
votes
1answer
69 views
How Could I edit InfoPath in Visual Studio
If I add infoPath from Infopath Designer its blocked me all the Modal Dialog fired from Event Receiver. I want to edit InfoPath form to don't block My Sharepoint Modal Dialog. Now no one dialog boxed ...
0
votes
1answer
232 views
Sharepoint modal popup don't shown when the Infopath form are on the site
I tried to add Infopath form on my project, but when I add the Infopath form some of PopUp which are corelated with Infopath and shows errors od data didn't shown What should I do to shown A Modal ...
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 ...
0
votes
0answers
35 views
How to compare previous and next value of multiline textbox in event receiver?
I have attached event receiver on update to my list.
I'm not changing value of multiline textbox...
so it is same before and after update...
when i comparing previous value(before updation) and next ...
0
votes
1answer
36 views
Userfeedback after file was uploaded to library
I need to print out a feedback after a file was uploaded to a DocLib. I tried several things over the event receiver (add statusbar as a control or a clientscript) but everything faild.
I´m a bit ...
0
votes
0answers
106 views
Set Record Declaration Settings programmatically
I created a feature receiver whereby on activation will activate and set certain features and its properties. One of that feature is InPlaceRecords. Below is my code in the FeatureActivated method:-
...



