Tagged Questions
1
vote
2answers
456 views
Attach an event receiver to profile property update
Do someone know if it's possible to attach an event receiver to profile updates?
The goal would be to update an external system (such as a CRM) when a user is updating his profile.
1
vote
2answers
283 views
How to implement 'on document property update' logic?
I need a functionality in which something happens after the properties of a document in document library get updated. I need some kind of event to fire after the user clicks Save button in edit form. ...
0
votes
2answers
148 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?
2
votes
2answers
456 views
Sharepoint development without Visual Studio on server machine
Till now I was doing Sharepoint development with Sharepoint server and Visual Studio on same machine.
Now there is a Sharepoint 2010 installed on my client machine with no Visual Studio installed.
I ...
2
votes
2answers
93 views
Creation of a “Attend” button under each Event
I would like to ask if somebody could advise me how to create an "Attend" button in the Event form which appears when clicking on an Event. The goal is that there is a list of participants visible ...
0
votes
1answer
415 views
Get the inserted values from inside a ItemAdding event
Is it possible to get the values that were inserted (to create an item in a list) from inside the ItemAdding event?
For ItemAdded the data is available in properties.ListItem, but for ItemAdding this ...
2
votes
1answer
879 views
What is the scope of DisableEventFiring()?
When I call DisableEventFiring() what events are blocked?
All events? On the current item? All events using the current EventReceiver? What happens if two threads change one item and one ...
0
votes
1answer
327 views
Custom Event Handler to handle Emails in Project Server
I am working on writing an event handler that handles the OnSending event of Project Server in 2010. I am very new to writing event handlers in MS Project and require your help in getting started on ...
0
votes
2answers
629 views
Programmatically registering a Sharepoint 2007 event handler
I have an event handler for the ItemAdding event of a document library. However, I cannot get it to handle the event unless I register the event handler using the Sharepoint Event Handler Manager. ...
0
votes
1answer
293 views
Event handler running and activated but not receiving
I have installed an event handler to catch ItemAdded and change the content type if the item is a folder. I have installed and deployed this solution using a WSP and have activated it, but it doesn't ...