In Office365 we have created several groups in our "Office Group" (part of Office Graph). I want to use a web part in SharePoint to query for conversations, sort by date (desc), and display the results in a web part on our SharePoint landing page (Intranet start page).
Is still possible? (I know Office Groups are quite new in O365).
How can this be done?
Thanks for your question. Office 365 REST APIs don't yet support retrieving conversations for a Group. This is on our roadmap, but I don't yet have a timeline to share with you. Hope that helps.
Thanks,
Venkat
Related
When we create Power Apps in Microsoft teams by importing items from sharepoint online list to table. We then make canvas from the table. my question - if you Edit and item in Power Apps, will the change automatically get come on sharepoint on list
yes this will happen but only when you have an edit form or functionality where in you use update a record in SharePoint.
Take a look at this example from Microsoft especially edit form
So if you are bringing in items from SharePoint into Dataverse for Teams then you will editing the data in Dataverse rather than SharePoint.
So to answer your question, no you won't see the changes in SharePoint.
I am new in SharePoint development. Right now I am working on a project for the Integrated Management System. We need to provide an easy navigation view for users where they can search and view the document in one place.
Is there any built-in web parts specifically for IMS available in SharePoint?
Or any web part available for document master-detail view, like a list of the document on the left side and selected document displays on the right side.
Or do I need to completely depend on the new SharePoint page development?
If you are using SharePoint 2016 on-premises and Office Online Server,
the users can find documents using SharePoint Search, and view into the documents using the hoverpanel.
Please see this blog post (the blog-post has a focus on SharePoint Online, but SharePoint 2016 and Office Online Server provide this feature on-premises as well)
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.
I would need to capture events that users do on a SharePoint site (or at least Central Administration) - kind of "click on Site Settings" -> " click on Master pages gallery" etc...
I guess that's quite easy as a Sharepoint site is in the end a simple web site - but what would be the best approach?
Thank you!
MOSS Usage Tools from Codeplex is a solution that process SharePoint usage logs into BI.
friendly repository. This solution can monitor, audit, and gain valuable insight from the content and activity information within MOSS
http://usage.codeplex.com/
You could rely on the SharePoint STS usage logs to provide a list of pages that were visited by a given login.
The raw logs provide a list of every url visited.
I used this post to create an app to import what I wanted to a database.
I'm creating a site that will have people that work for my company using it( on the domain) and contractors who are not currently on the domain. I'm trying to figure out how to give access to the people who are not on our domain to the Sharepoint site.
Can someone point me in the right direction?
You need to set up a zone with Forms Based Authentication for the people not on the domain.
Look at this series on MSDN for guidance: Forms Authentication in SharePoint Products and Technologies
To bring this answer up to date (2018), the features are now available in Sharepoint Online/Office365:
https://support.office.com/en-us/article/manage-external-sharing-for-your-sharepoint-online-environment-c8a462eb-0723-4b0b-8d0a-70feafe4be85