Event handlers is a program statement which is called from an event. The event can be a human striking a key on the keyboard or pushing a button on a web page
0
votes
3answers
908 views
Kicking off a workflow with an event handler on an anonymously submitted list item
I have a form that allows anonymous users to submit parking requests. I have an approval workflow set up but it won't start because anonymous users don't have permission to do so. Would an event ...
1
vote
2answers
123 views
Change displayname of a List with event receiver
I need to change the displayname of a list using "ItemUpdating". The source of the new name is the "Title"-field of the item which fires the event. Is this possible? I tried it with:
if ...
1
vote
2answers
117 views
SharePoint session events
I'm writing SharePoint webparts that are communicating with external system. Currently, on each request, a connection with system is made, user is authenticated and session is established - than ...
0
votes
2answers
251 views
getting my Document's parent sharepoint Folder
I have a sharepoint document library containing documents and folders (the folders are newly introduced as a new content type derived from folder) and I'm having an event reciever on document added ...
0
votes
2answers
759 views
How to deploy C# event receiver as a farm solution
I have a C# event receiver that utilizes the ItemUpdating event. The project was originally created as a Sandboxed solution and worked fine, however, due to limitations I've decided to switch over to ...
0
votes
2answers
204 views
How To attach an Event Reciever to a Specific List in SP2007
I'm having trouble binding my event receiver (ItemAdding) event to a specific list. I created a Feature Receiver and tried both the GUID and Name. But, I have another list that uses the same column ...
0
votes
2answers
152 views
Switch off web part's events
I'm brand new to Sharepoint.
How can I switch off web part's events like click and mouseover over title?
0
votes
2answers
322 views
Custom Event Receiver - Copy To sub Folder
I need to copy my files from one document library to another document library which reside on another site and
Document library contains number folders and sub folders..
The same structure should be ...
10
votes
1answer
725 views
Why is my workflow DependencyProperty event handler not firing?
I have a custom workflow activity (SharePoint 2010) with a Dependency Property defined as follows:
public static DependencyProperty TaskChangedEventPropertyEvent = ...
6
votes
1answer
309 views
Memory leak in Microsoft.Sharepoint.Taxonomy.TaxonomyItemEventReceivers?
I've been trying to locate some memory leaks we've noticed in our ULS (EventID: nask, An SPRequest object was not disposed ... etc).
On my dev environment, and at least 2 other cleaner installs, the ...
2
votes
1answer
54 views
restore default incoming email settings
I wrote an email event receiver for a list, which overrode the default incoming email settings (I now only have an option to turn it on/off and set the email, and the rest is expected to be handled by ...
1
vote
1answer
61 views
How do I update or add field in a list item so that the value is a space character
I am building an event handler. When items in a library on one server farm are updated or deleted, I take that information and ammend a list that resides on another site. I require that one of the ...
1
vote
1answer
33 views
An event to be fired on editing a file
As title says, I need an event to fire when a listitems file has been edited.
I appreciate this isn't as simple as it having it's own event, which is why I've tried to make use of the itemupdating ...
1
vote
1answer
69 views
Access a Sharepoint site from event handler
my problem is that I want to pop up a status bar in SP2010 after a File was uploaded via a single uploadform to a List.
Found this in the net: ...
1
vote
1answer
63 views
Update existing word document from SharePoint via code
I'd like to insert a line of text into an existing Word document that is stored in a document library. Would this be possible to do through an event or workflow? If so, how would I go about ...
1
vote
1answer
78 views
Disable save item button while save process is not completed
User clicks on Save Button and saving procedure can take "few" seconds. User can click again..that`s why i need to disable save button, how can i do this?
1
vote
1answer
131 views
workflowAssociation not displaying workflow
I have created a feature. In the FeatureActivated event I am creating some lists. I am then trying to attach a custom workflow to one of the created lists. However when I do this the workflow history ...
0
votes
1answer
110 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
1answer
283 views
Event Receiver CancelWithRedirectUrl issue with multiple selected list items
I've got my event receiver (itemdeleting) working almost exactly the way I'd like it to.
Upon certain conditions in the itemdeleting event, I am setting the status to CancelWithRedirectUrl and ...
0
votes
1answer
393 views
Help with Blog EventReceiver, not firing
Ok so I have a blog site and I need to change the name of the author of each post to 'Anonymous' after he saves the post. I created an EventReceiver project in Visual Studio and gave the URL ...
0
votes
1answer
40 views
how to check custom property of added Item
There is a boolean column I added to a custom list, but I also have a feature on this custom list so that when a Item is added i have to check if this column exists or not and then its value.
now i ...
0
votes
1answer
260 views
List Onload event
What I want to do:
I have a custom list that contains a lot of items. When an user loads the list, all items of his view should be checked. If there is a special value in the listitem a notifiaction ...
2
votes
0answers
80 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 ...
2
votes
0answers
43 views
Error thrown after SaveBinary in ItemAdded event handler
I'm working on a ItemAdded event for a document library, and I'm running into this error in SharePoint 2007...
The file Lists/Shared Audit Documents/1387/Audit Report.docm has been modified by ...
1
vote
0answers
135 views
remote event receiver on sharepoint 2013 online does not working
Hello i recently started to developing sharepoint 2013 to my office365 account.
The problem is that remote event receivers which I attach to deploying application do not work.
I mean that they should ...
1
vote
0answers
189 views
Document library event receiver when creating documents
I created an event receiver that processes some information in docx files when uploaded to the library. I do this in ItemAdded event. Everything works fine when the file is uploaded. When the files ...
0
votes
0answers
201 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
...
0
votes
0answers
29 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
76 views
Listen on file upload - AddItemEvent by ECMA Script (Javascript COM)
I need your help concerning this issue:
I want to upload a document to DocLib. Therefore I call the NewItem2 method
NewItem2(event, referenceURL);
Up to here - no problem. Now the issue:
I want ...
0
votes
0answers
48 views
Deactivate web staplee features on deactivation of farm stapler feature
i have a farm level stapler feature that activates themeing feature(web-scoped) on every new instance of web. I wanna be able to deactivate all the themeing feature on all the new sites created if I ...