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


our group has main site , subsite dedicated our projects. each project has project lead , completion % associated it. have list on project site goes each project's dedicated subsite within project site. want duplicate list project site on main site, changes or additions made project site list appears in main site list including project lead , completion %. how accomplish this?

here simple example of hierarchy:

  • main site - project list derived project list below
    • project site - project list
      • project 1 site
      • project 2 site
      • project 3 site

what want approach similar one suggested in previous question. now, question linked reverse of situation: person wanted copy information master site onto of child sites. incorporating in reverse work well, need flip logic. basically, instead of attaching these event handlers master site, attach them project list site, , updates passed master site instead of iterating across of subsites.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -