Search code examples
sharepointwindows-sharepoint-services

Inherit List Items to Sub-Site List in WSS 3


Is there a way to inherit list items down to a sub-site from a sub-collection in Windows SharePoint Services 3.0 SP1?

We'd like to have a list of contacts available at a site collection level and have those inherit down to a list at a site level. The sub-site level would then be able to have contacts specific to itself along with any contacts created in the parent site. Is that possible?


Solution

  • Lately I've been handling requirements like this using jQuery. Two web service calls to get data from the current and parent sites, then merge and display the data client side. It won't be a standard SharePoint list view, but you can get pretty close if that's what you're looking for.

    I have an example of something similar on my blog:

    http://tqcblog.com/2009/05/04/sharepoint-discussion-with-jquery/