Tagged Questions
0
votes
2answers
26 views
How to update calendar item created by an other list?
Appreciate any thoughts on this:
A user edits an existing list item to pick a date to select a project deadline.
A custom workflow, initiated by that item change, takes that date and project title ...
0
votes
1answer
94 views
How to prevent document editing and properties updating
I need to be able to prevent the document in document library to be edited and it's properties updated when the custom document property DocState has a value Reviewed. Should I use document library ...
0
votes
2answers
669 views
New EventReceiver events not firing
I have an event receiver written by someone else. It originally came with events for ItemCheckingIn and ItemCheckedIn, but we needed something to handle simple metadata updates, too. Since those ...
1
vote
2answers
282 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
0answers
102 views
How update a value of custom field when the list is view or load in sharepoint 2007 services 3.0 [closed]
I have a problem,
I use sharepoint 2007 services 3.0
I wanna build a custom field, the value of this field come from a query in external database.
then when the list is view i need update the fields ...
5
votes
1answer
1k views
ItemUpdated event handler runs four times
I have a list in the rootweb, and a list in a subweb. I want to update/add when something changes in an item in the subweb. This method is invoked in an ItemUpdated event receiver. The problem is that ...