SharePoint List Item Loading Page — Query from Multiple Lists
|

SharePoint List Item Loading Page — Query from Multiple Lists

This blog post covers how to implement a simple, yet devilishly effective mutiple-list query redirect page using SPServices. If you have not yet explored how SPServices can expand your current SharePoint solutions, you should definitely check the project out on CodePlex! A client recently required a single landing page (a “loading” page, if you will)…

| | |

SharePoint List Web Services via PowerShell

The Project: Migrating Data from Legacy System to SharePoint I recently completed a data migration project to migrate an aging Domino database to a custom site collection in SharePoint 2010. The data itself was processed in two stages: first via LotusScript to extract it from the Domino database, and then via built-in SharePoint web services…