Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Syncrhonize the data between 2 or more lists with same content type

  Asked By: Patrick Gonzalez         Date: Jan 04, 2010      Category: Sharepoint      Views: 207
 

I have 3 Lists. One at root site and 2 at Subsites. They all have same "site content type".

I want to synchronize the root list data to subsite's lists. It needs to be synchronized for every creation, updation and deletion.

Is there any out of box way to do this or i have to write the event handler code to do this?

Tagged:                      

 

2 Answers Found

 
Answer #1       Answered By: Shelley Reese          Answered On: Jan 04, 2010       

1°What don't you use one list  and display this list in a content  query web part (based on the content type) in sub sites (or the opposite).
2°the alternative is the event  handler

 
Answer #2       Answered By: Omar Arnold          Answered On: Jan 04, 2010       

Finally, i found a workaround for this. It is not a very good solution but it meets the bare minimum.

SPListSync: A Powershell Script to sync the data  at scheduled interval.
http://www.codeplex.com/splistsync

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].