SharePoint 2007 – Getting URL from Image Field in WCM Web Sites

It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this kind of fields in the...

SharePoint 2007 – “Value does not fall within the expected range” when updating an...

A very common error message that appears when developing in the SharePoint platform is "Value does not all within the expected range" when trying to update an SPListItem that...

ItemUpdating, AfterProperties and field names

I was checking for a field value change in a WSS V3 list with the help of event handlers with no success. In the ItemUpdating event, the list item has...

Change MOSS 2007 server to another Windows 2003 Domain

  Last week I found that some emails weren't sent by sharepoint. When I created an alert I received an email saying that the alert was just created...

SharePoint 2007 Debugging – Show Error Messages

Sometimes debugging SharePoint errors is not the easiest of tasks. The most common and annoying situation is when the "An unexpected error has occurred" error message is shown and...

Get SharePoint List in XML Format

0
I was building an InfoPath and it was necessary to retrieve information from a SharePoint List in XML format so i used this simple URL:http://YOUR SITE/_vti_bin/owssvr.dll?Cmd=Display&List={LISTGUID}&View={VIEWGUID}&XMLDATA=TRUEWith this url you...

SharePoint 2007 – No parameterless constructor defined for this object

I needed to edit a page layout in a Publishing Site and I was adding a custom web part using SharePoint Designer. Everything seemed to be working fine (the...

SharePoint 2007 – Updating List Content Types Event Handlers on Site Content Type Update

Introduction One of the areas where the SharePoint 2007 platform (both WSS 3.0 and MOSS 2007) still needs to improve is deployment despite all the major improvements made...

SharePoint 2007 Workflow – Using the OnWorkflowItemDeleted activity

Introduction One of the most exciting features included in SharePoint 2007 is workflow support and the possibility of developing our own custom workflows (for more information about workflow...

SharePoint 2007 workflow development

Encontrei esta compilação interessante de recursos sobre desenvolvimento de workflows para SharePoint 2007 no blog do JOPX.SharePoint 2007 workflow developmentThe number of online resources about workflow development on the SharePoint platform is finally increasing....