How do I sync a list on a site from a list on a subsite SharePoint?

Our group has a main site and a subsidiary site dedicated to our projects. Each project has a project initiative and associated completion%. We have a list on the project site that goes to each highlighted project located on the project site. I want to duplicate the list from the project site to the main site, where any changes or additions made to the project site list are also displayed in the main site list, including project output and completion%. How to do it?

Here's a simple example of a hierarchy:

  • Main Site - List of projects obtained from the list of projects below
    • Project site - List of projects
      • Project 1 Website
      • Project 2 Website
      • Project 3 Website
+2


a source to share


2 answers


In addition to ccornet's post, you need to create a workflow or event handler on this list that will fire every time something happens to an element:



http://koenvosters.wordpress.com/2009/07/31/howto-create-an-event-handler-for-sharepointmoss-2007/

0


a source







All Articles