The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
2k views

Tasks Roll up across Farm, site collection

We have OOTB "task lists" in many sites used by the same set of users. We have a farm with "x" site collections and "x" sites with-in them without any changes to the default content type. We would ...
4
votes
1answer
482 views

SPSiteDataQuery filtering on enterprise keywords field problem

I'm using SPSiteDataQuery class to query pages for particular content type and tag across the site collection. The custom content type is inherited from Page content type and contains 'Summary' field ...
2
votes
2answers
103 views

How to set authentication model to allow cross-domain access?

How do I change the security settings to allow cross-domain on the same web-server? I have multiple instance or site collections on the same server but want to make sure that web-services to ...
1
vote
1answer
29 views

Using lists from another Site

On our company sharepoint we have a seperate Site per 'Department'. I've been implementing a Contactperson list on our site, which has a link to one or more Hospitals (a seperate list on our site). ...
1
vote
1answer
146 views

How to create a list of data gotten from many forms?

Salve! I have a handful of subsites, each with a form library that uses infopath content-types. The user creates a new form document in a the library and then fills out the form. I want to gather ...
1
vote
1answer
98 views

Sharepoint: How to include a tasklist from a subsite in a wiki page

I have a site hierarchy that looks like: Roadmaps (/engineering/roadmaps) RM1 Meeting Site (/engineering/roadmaps/RM1Meet) RM2 Meeting Site (/engineering/roadmaps/RM2Meet) Now those meeting ...
1
vote
1answer
59 views

I need to have the data from a list in another site at the same level to be available as a lookup in sharepoint 2010

I have a parent team site (Services) that contains multiple sub sites. One of the sub Teamsites is Call Inventory Containing our Stock List. Another Teamsite is called Purchasing containing a purchase ...
0
votes
2answers
877 views

How can I create a cross-site DVWP in 2010?

This was so easy in SharePoint Designer 2007 - you just used the "Connect to another library..." link and you could quickly create a DVWP on your page that used any list/library in your site ...
0
votes
2answers
2k views

SharePoint Cross Domain Request with jQuery

I've been going around in circles for a couple hours now to no avail. I had thought that what I wanted to do was not possible but some threads that I was reading on SO were saying otherwise so I ...
0
votes
0answers
11 views

Sharepoint 2010 MySite Profile Pictures displaying on another Web App / Site Collection Requiring Authentication multiple times [duplicate]

Possible Duplicate: Sharepoint 2010 MySite Profile Pictures displaying on another Web App / Site Collection Requiring Authentication multiple times We have Sharepoint 2010 installed with ...
0
votes
1answer
174 views

Custom Web part based on search object model to query accross site collections

I'm looking for examples how to build a web part (code) that queries all doc libs in a web application (Done by a created search scope, a scope exists with all the docs from all doc libs) and displays ...