Browse by Tags

All Tags » CAML (RSS)

Building Event Handlers/Handling Recursive Event handlers

This is the second post in the line where I will release the code used in the demos in my last talk. On several occasions I was asked to explain how to handle, let's say if you need to create a n event handler that will need to, under some condition, create additional items on a sharepoint list when a certain item is added to the same list without it continuously re-firing the same event (perpetual loop). You can do that if you want to play and you'll see that SharePoint has a safety that...

Collaborative Application Markup Language (CAML) and WebServices in SharePoint 2007

I've received many questions prior to the session last Saturday where the answer always somehow revolved around using CAML and WebServices. With that in mind we aimed at showing that in the session, and now I'm posting it for those who asked and that I've been helping for some time (Here you go Stephen from Accelerate) and rest of the community. CAML can be used in various ways to customize a SharePoint site, including the following: In script or code that implements members of the Windows...