we have configured a sharepoint 2010 main site for all corporate users and department wise sub sites for each department need eg. HR, FINANCE, OPERATIONS and other related departments in the company.
every department have different announcements which need to be shown in main site's annoucement webpart.
can any body suggest how we can show latest announcements from each subsites on main site's announcement webpart.?
You can use content query web part, in the tool pane you can customize your query.
Related
Is it possible to add sites under one site collection in SharePoint online like this
https://company.sharepoint.com/sites/IT
https://company.sharepoint.com/sites/IT/Asia
https://company.sharepoint.com/sites/IT/America
Yes, you could create a site collection first: https://company.sharepoint.com/sites/IT.
After you create the site collection, you could create two subsites under the site https://company.sharepoint.com/sites/IT.
Go to your site collection https://company.sharepoint.com/sites/IT.
Click Site contents and then Subsites or this link https://company.sharepoint.com/sites/IT/_layouts/15/viewlsts.aspx?view=15.
Create two new Subsites with Asia and America url
Is it possible to save a newly created items from list one from the root site to the same list in the other sub-site?
Currently, we are implementing country specific site and we have a global site where the global news and announcement will be published then it will also be available to the country sites
Global Site
----> News List
News 1
/en-US
----> News List
News 1 from the root site
News en-US
/en-PH
---> News List
News PH
News 1 from the root site
If you want to use SharePoint workflow, we can use "Call HTTP web service" action to call the REST to post new item into another site. The following articles for your reference:
Working with Web Services in SharePoint 2013 Workflows using SharePoint Designer 2013
https://msdn.microsoft.com/en-us/library/office/dn567558.aspx
Calling the SharePoint 2013 Rest API from a SharePoint Designer Workflow
https://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/
Or we can also use Remote Event Receiver with Client Object Model to achieve it.
On-Premise, we can also use Event Receiver.
Dear SharePoint Expert,
I want to create a Content Query web part in SharePoint 2013 called "Latest Upload":
1. i created the web-part:
2.in query source: i selected --> Show items from the following site
and all sub-sites: i chose a site.
3.what i need to do is to exclude some of the folders or sub-sites that the query is retrieving data from.
**How can i accomplish that?**
Is there a way of getting usage statisics across my whole Sharepoint 2007 portal?
I can get the figures at a site level by appending _layouts/SpUsageWeb.aspx
to the path, i.e. http://intranet/teams/hr/_layouts/SpUsageWeb.aspx for the HR page or http://intranet/_layouts/SpUsageWeb.aspx for the front page.
What I'm trying to do is see how many unique users access the portal (across all the sites it contains). Using the above method on each site and summing the total users for each doesn't take into account users who visit more than one site.
I've seen commercial tools that seem to do this but surely there has to be built in functionality that does this for a product as all-singing-and-dancing as Sharepoint?
The URL of the site collection statistics page is http://intranet/_layouts/SpUsageSite.aspx.
This functionality does not exist in SharePoint 2007. It was added to SharePoint 2010. You can now report on stats in central admin for web applications etc.
On MOSS mysites I want to be able to create a new tab that every mysite user can view, it should show a web part page.
How can I do this?
Create a site collection as a parent to all the MySites. Or to put it the other way, make the MySites a subsite to a site collection that has the site that you want all the MySites to see.
In your Shared Services Provider (Central Admin/Shared Services Admin), look under User Profiles and My Sites. You can select Personalization Site Links and point to an existing site that contains the web part page you want to display.
You can also filter the display using the Audiences functionality so that it only displays to a select group of users.
In regards to #Brian Meinertz's comment. This a detailed blog on Microsft's site about feature stapling:
Customizing MOSS 2007 My Sites within the enterprise