Display List from another Site Collection - Sharepoint 2013

Team,

In Sharepoint 2013  - I have a list A in SiteCollectionA and I want to display the List A in another Sitecollection called SiteCollectionB.  

Note: I dont have server access , CA access and it should be done through Sharepoint designer, out of box and scripts .

Conditions :

1) When the master list is updated, it should automatically updated in another sitecollection.

2) The list view of other sites should be able to show all the views of the master list.

Thanks in advance.

-Dhana

June 19th, 2015 1:31pm

Hi,

You need to explore and implement the "Cross-Site" publishing feature in SharePoint.

Hope these link will shed some idea on how to do it.

https://technet.microsoft.com/en-us/library/jj635883.aspx

https://technet.microsoft.com/en-us/library/jj635878.aspx

https://technet.microsoft.com/en-us/library/cc262873(v=office.14).aspx

Free Windows Admin Tool Kit Click here and download it now
June 20th, 2015 6:49am

Hi Pandian,

Thanks for replying. 

I guess "Cross-Site" Publishing works in publishing sites not in team site. My Requirement is only with the team site not in Publishing site.

Could you please let me know how to display list items from one site collection team site to another site collection team site.

Thanks,.

June 22nd, 2015 11:15am

Hi Dhana,

Instead of using Cross-site publishing feature, you can take a look at the alternatives below:

1. Apply custom JavaScript with REST API to a page in SiteCollectionB, then when user comes to this page, the JavaScript will be executed to query the data from the list in SiteCollectionA and display in the style you want.

About how to query list items using REST API:

https://msdn.microsoft.com/en-us/library/office/dn292552.aspx#ListItems

Here is a demo about the similar requirement with code provided would be helpful to you:

http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2013/04/01/cross-site-publishing-alternatives-in-sharepoint-online-office-365.aspx  

2. Develop app for SharePoint, handle all the stuff in app with the help of Client Object Model or REST API.

A demo about how to query list items using REST API in App for SharePoint for your reference:

http://www.c-sharpcorner.com/UploadFile/anavijai/how-to-get-all-the-items-from-the-list-in-sharepoint-2013-on/

More information about App for SharePoint:

https://msdn.microsoft.com/en-us/library/office/fp179930.aspx

Thanks
Free Windows Admin Tool Kit Click here and download it now
June 30th, 2015 3:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics