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 Single-Value Lookup Column Index (Strange Behavior)

Today’s post continues my previous discussion of column index issues, but this time we focus solely on the indexing of a single-value lookup column and some of the strange behavior that indexing can produce when the row contains a blank value. Keep in mind that lookup columns set to allow multiple selections are not supported…

|

Exception from HRESULT: 0x80131904 (Column Index Issue)

A frequently-accessed production list suddenly started exhibiting strange behaviors as users (and automated workflows!) attempted to edit existing items. Users could add new items and delete existing items from the list without issue, using both datasheet views and the list forms. However, if users tried to update existing items (evenly a newly created item), SharePoint…