Here’s a look at some of the planned change notification messages that were sent out in the past 7 days.
M365 Information Governance: Update to retention labels – Microsoft are introducing the ability to have Exchange items support retention labels for which period of retention or deletion is based upon when an item was labeled. Initial release set for mid-July to be complete for all customers by early August.
100 GB File Size for OneDrive and SharePoint – Microsoft have increased the max file size from 15GB to 100GB for a single file in OneDrive and SharePoint. This feature is available now. Associated Roadmap ID: 49368
Teams personal account banner notifications – Starting on June 30th, similar to adding a personal mailbox in Outlook, a user can add an account in Teams for personal use by visiting their profile in the app.
Updates to sharing page in Admin center – Microsoft are bringing the admin sharing settings from the classic sharing page to the modern sharing page. Roadmap ID: 61116
SharePoint Spaces (Preview) – SharePoint spaces, the web-based, immersive platform, which allows you to create and share extensible mixed reality experiences is now in preview. Roadmap ID: 62752
Audience targeting in site navigation – Communication sites and hub sites can now filter the items within the navigation menu based on people and groups. Roadmap ID: 32451
Shy header – Modern SharePoint site and hub site header states will collapse upon scroll. Roadmap ID: 62754
đźš‚ ROLLING OUT
Updated Yammer Conversations web part for SharePoint – The Yammer conversations web part is being updated to contain the new Yammer experience. Roadmap ID: 63385
⌛ IN DEVELOPMENT
Release – June 2020
Microsoft Lists: sharing – Share entire lists, or list items with individuals or groups with view or edit permissions and the ability to manage access. Roadmap ID: 64164
Release – July 2020
Sticky column in Quick Edit – As users scroll horizontally across a list in Quick Edit mode, the far-left column remains in place – improving context while viewing and editing. Roadmap ID: 64866
Fluent design coherence updates for SharePoint – The fluent design system will be applied to modern SharePoint which will result in some visual changes. Roadmap ID: 63777
Lists/ library web parts consume dynamic data – You will be able to configure list web parts to send its property values to the List Properties web part. Roadmap ID: 57307
Release – August 2020
Updates to site header options –You will be able to choose to show/ hide the site title and a choice between a square site logo thumbnail or a non-square site logo. Roadmap ID: 63776
Release – later in 2020
Search scoping controls with Microsoft Search – Support in Microsoft Search in SharePoint for search scoping controls in modern document libraries, lists for site, hub or organization wide. Roadmap ID: 57098
Walkie Talkie in Teams Android – Walkie Talkie, which provides instant push-to-talk communication, will soon be available in Public Preview on Teams for Android. Associated Roadmap ID: 57157
Schedule SharePoint pages & news posts – You will be able to schedule a page or news post to be published at a specific date and time in the future. Roadmap ID: 62892
SharePoint and Teams: folder in site visibly connected to channel – It will be easier to tell which folders within your library have an associated Teams channel & chat associated to it – right from within the SharePoint user interface. Roadmap ID: 30686
Access a PowerApps custom form in SharePoint without a license – When users send invites for custom PowerApps forms in SharePoint to Office 365 guest users, the guests gain the same access as everyone else. Roadmap ID: 53219
Highlighted content with custom query filtering – Users can now add their own KQL or CAML code with the new advanced query option. Roadmap ID: 53229
Drag and drop files to the canvas to upload – Now if you drag and drop files to the canvas, they’ll be uploaded for you. Roadmap ID: 53194
⌛ IN DEVELOPMENT
Release – June 2020
Bulk edit list items and file properties in the form – Soon you will be able to select multiple items and edit their list items or documents properties all at once in the default form. Roadmap ID:64228
Quick Edit page size expanding from 30 items to 101 – People will now see up to 100 items per page on their document library or list when using Quick Edit. Roadmap ID: 64231
Create a new list item via a form in Quick Edit – Users will see the “New” button on their command bar in lists when they are in Quick Edit to create new items via the default form. Roadmap ID: 64232
Release – July 2020
SharePoint spaces 360° image annotations and tours – This web part in SharePoint spaces allows creation of immersive virtual tours for SharePoint sites. Roadmap ID: 65072
Auto-News Digest – SharePoint Auto-News Digest sends automated email to employees in you company about the latest News posts that they have not yet read. Roadmap ID: 64685
SharePoint lists and libraries: Rename title column – Users will be able to rename the title field column and see the name change appear consistently in grid view, when in Quick Edit and on the associated view and edit forms. Roadmap ID: 65146
Release – later in 2020
SharePoint lists: New hyperlink field editor in Quick Edit – Microsoft are replacing the legacy hyperlink editor when people use SharePoint lists in Quick Edit mode. Roadmap ID: 63275
SharePoint lists and libraries: New calendar picker – Microsoft are replacing the legacy calendar control with the latest Office Fabric calendar for Gregorian calendars. Roadmap ID: 63277
I recently ran into an issue where I was getting the dreaded “failed on start” error for some of the workflows in a SharePoint 2010 environment. At first I was concerned that some sort of Microsoft KB had killed workflows again as described here and here.
However, that didn’t appear to be the case. After some investigation I noticed that the files that make up a particular list/ library workflow were checked out!
The problem(s)
This first issue was the “failed on start” error message in the workflow field within the list. It was a pretty niche edge case though as it appeared to only affect newer workflows that contained a send email action.
Another interesting issue was that when creating brand new workflows to test if the error persists brought its own set of problems. Once published, the new workflow would appear as normal to be ran manually for a new list item and would proceed to fail on start.
Workflows failing on start from within SharePoint 2010.
However, any new list items would not have the workflow listed to be ran against. Jumping back into SharePoint Designer proved equally useless as clicking on the workflow within the list just brought you to a SharePoint error.
Then I found that digging deeper into the workflow files within SharePoint Designer showed that some of the files that make up a workflow were in a checked out state – what?
You are unable to check these files in, as when you try you receive a message stating:
“Server error: you cannot discard check out because there is no checked in version of the document. please delete this document instead”.
After googling this, as I’d never seen this before led me to this brilliant post on SharePoint stack exchange which brought me to a resolution. Specifically, this comment:
I also would like to thank TashasEv for his answer. It provided the key clue I needed for troubleshooting a similar problem. In my case, it was not the Document content type which had the title set to Required, but the User Workflow Document content type.
This is one of two content types that are shown listed when (in SPD) you right-click on the Workflows folder in the left Navigation panel (the other being Folder). I used the Administration Web Page (it’s a button in SPD when on the Properties tab for the Workflows folder). Changing the Title property of this content type to Optional solved the issue.
So as described in the above post, here are the steps involved:
1. Find the hidden properties menu
Open SharePoint Designer 2010 and open the site where you workflow is running
Press All Files > Workflows
Open Workflows from with All Files in SharePoint Designer.In Workflows, after clicking on the affected workflow you will see all the files associated that are in a checked out state.
Right-click on any workflow (I selected the affected one) > press Properties
“Hidden” properties button can be found by right-clicking on a workflow.
2. Set the title of the user workflow document content type to optional
Within Properties, under Content Types > select User Workflow Document
Under Customization > press Edit content type columns
Within the User Workflow Document, press the edit content type columns button.
Select the Title column > then press Administration Web Page
This will open a browser window, under column settings set the column to Optional
Make the hidden title column optional from the administration web page.
3. Re-publish the affected workflow(s)
Navigate to the affected workflow(s) via the Lists and Libraries section
Open your workflow, make a small amend > Save and Publish
Now, when you run the workflow(s) affected they should complete as normal, and if you check the files within the All Files > Workflows section in SharePoint Designer they should be checked in and all OK.
Microsoft Information Protection: Exact Data Match supported for SharePoint Online – Organizations will be able to use EDM (Exact Data Match) to better protect content on SharePoint online. Roadmap ID: 64558
Navigation update for narrow screens – In SharePoint and OneDrive, the location of the hamburger navigation menu is being moved to the header area for your site and command bar for files instead of in the suite bar. Roadmap ID: 62448
đźš‚ ROLLING OUT
Acronyms answers with Microsoft Search – Organizations don’t always have a single reference for their standard terminology. Lack of a single reference makes it hard to find definitions or expansions for these acronyms. Microsoft Search solves that problem with Acronyms. Roadmap ID: 64865
Audience targeting in site navigation – Filter items within the navigation menu based on people and groups. This applies to communication sites and hub sites. Roadmap ID: 34251
Shy header – Modern SharePoint site and hub site header states will collapse upon scroll. Roadmap ID: 62754
⌛ IN DEVELOPMENT
Release – June 2020
Enable modern communication site experience on classic sites – Using PowerShell, admins can now enable the modern communication site experience on any classic team site, including the root site. Roadmap ID: 46338
Microsoft Lists: visual updates for Quick Edit – In Quick Edit, you’ll see new grid lines, an improved on-hover experience, themed color bars on the side of list items, a “Create New Item” button and updated column header drop-downs. Roadmap ID: 64871
SharePoint lists and libraries: Sticky column in Quick Edit – As users scroll horizontally across a list in Quick Edit mode, the far-left column remains in place – improving context while viewing and editing. Roadmap ID: 64866
SharePoint lists and libraries: Fixed row height in Quick Edit – When in Quick Edit, you will see a new layout option “Fixed Height” within the view drop-down menu. Roadmap ID: 64867
SharePoint lists and libraries: updated Quick Edit row selection – When in Quick Edit, people will see an updated way for selecting single or multiple items in a list or files in a library. Roadmap ID: 64868
Microsoft Search in classic SharePoint sites – Microsoft Search in classic SharePoint sites brings the Microsoft Search experience to classic SharePoint sites and moves the search box to the application header in Office 365. Roadmap ID: 57131
Release – July 2020
SharePoint lists and libraries: Save a view in Quick Edit – People can save their view in Quick Edit for any list or document lib in SharePoint for Microsoft 365. Roadmap ID: 64229
Fluent design coherence updates for SharePoint – Fluent will be applied to modern SharePoint which will result in some visual changes i.e. larger/ bolder typefaces, opacity etc. Roadmap ID: 63777
Release – August 2020
SharePoint lists and libraries: Improved Image columns – Upload a new image – including mobile camera support. You can add a new Image column to lists and libraries. Roadmap ID: 64872
SharePoint Online search query volume limits when using app-only authentication – When this change is implemented, queries using the Site.Read.All permissions level or greater will be throttled at 25 QPS. The search query will return with a 429 response and you can simply retry the query. Roadmap ID: 64963
Home sites are now generally available! Home sites are communication sites that you can set as the top landing page for all users in your intranet. It brings together news, events, embedded video and conversations across your intranet.
Home sites are also automatically setup to be an organizational news site and have org-wide search pre-configured.
SharePoint home sites & start page from the My SharePoint link.
Run this PowerShell command in the latest version of the SharePoint Online Management Shell to enable a home site: Set-SPOHomeSite -HomeSiteUrl
This new web part should be familiar to most, as be found elsewhere in Microsoft 365, but can now the save for later web part is available to be added to specific modern pages in SharePoint.
The save for later web part for modern SharePoint pages.
The new Yammer experience is now embedded into SharePoint pages as part of this web parts update. You can now create any type of Yammer post, start a conversation, upload images and files into Yammer conversations all directly in SharePoint.
The Yammer Conversations web part, shown above on a SharePoint home site.
You can now schedule pages and news posts to go-live at a future date and time. This feature is enabled by SharePoint site owners and is disabled by default.
Schedule pages and news posts for publication at a future date and time.
The pre-publish panel for SharePoint pages and news, is a new experience that will give an overview of the key details of your page when publishing, re-publishing or posting news.
Get actionable insights before you publish your page or news article in SharePoint.
A new layout option has been added to the site footer in modern communication sites to allow for up to eight links or labels to be shown at the bottom of your site pages. You can also set the background color of the site footer.
You can now choose an Extended layout for the communication site page footer.
Templates will begin rolling out in the next few months and come with pre-defined channels, apps, and guidance on how to utilize and customize them. Team’s templates will be available automatically.
Teams templates will being rolling out in the next few months.
Microsoft Lists are the latest innovation and new kid on the block as announced by Microsoft at Build. Those familiar with lists in SharePoint should have no issue with Lists – they can help you track issues, assets, routines, contacts and much more, but also can work directly inside Teams.
Create a new list directly inside Teams or bring in one that already exists in Microsoft 365.
Microsoft Teams now allows you to bring more people together. Group chats will now be able to accommodate up to 250 users and teams can now have up to 10,000 members.
Now generally available, Users can now streamline their workflow and pop out chats into separate windows. This allows people to move more easily between ongoing conversations.
Gradually being rolled out over the coming weeks, this feature will provide you with clearer options for how to join the meeting from a link. You will be prompted with an option to join on the web, download the Teams client, or join with the native Teams client.
Easily access meeting options during a Teams meeting
Microsoft are making it easier for meeting organizers to quickly and easily change their presenter and lobby settings once a meeting has started by providing a link directly in the participants pane.
Easily access meeting options during a Teams meeting.
Set tenant-wide default selection for “Who Can Present” in Teams meetings
Tenant admins can now update their Teams meeting policies to allow for a new default selection when choosing who can present in new Teams meetings (everyone, people in my organization, specific people, or only me).
Currently the default selection is “everyone” unless the meeting organizer selects otherwise. This can currently be changed via a PowerShell cmdlet, with a view to be configurable in the Admin portal shortly.
Background effects policy for tenant administrators
Tenant admins can soon assign a user-level policy to control how users engage with background effects in Teams meetings. Options include: offer no filters; background blur only; use background blur and default provided images; and all, which includes the ability for users to upload their own custom images.
Screen share from chat allows you to immediately start sharing your screen in a 1-1 chat or group chat. This entry point was previously governed by the AllowPrivateCalling policy. If this policy is disabled, users are not able to screen share from chat.
Teams and Skype interoperability will enable collaboration with more partners, customers, and suppliers who rely upon Skype for Consumer (SFC) as their communication app. On either platform, customers will be able to discover users via email search, then chat or call using audio/video.
Microsoft Teams Rooms, app version 4.4.41.0 now available
The latest update, app version 4.4.41.0, is now available on the Windows store and is coming to every Teams room over the next few weeks. New features include: Modern authentication support, New application splash screen, Ability to project content to a single display when using a HDMI cable in a dual display configuration, Support for dynamic emergency calling, and more.
The newest Advisor for Teams, the Skype for Business Upgrade plan, has launched within the Microsoft Teams Admin Center. Whether you’re just getting started with Microsoft Teams, already using Teams alongside Skype for Business, or ready to upgrade, this provides everything you need for a successful transition.
Visual Studio and Visual Studio Code Extension for Teams (public preview)
Developers can use the new Visual Studio and Visual Studio Code Teams extension to quickly build project scaffolding, configure features, create app package manifest and setup hosting, validate app package manifest, and start the app publishing process (for yourself, to your organization’s catalog, or to the Teams app store).
The OneDrive activity feed has been improved to now include a snapshot view of recent activity and comments from the past 30 days on all your OneDrive files. In this feed you’ll see a log of recent activity such as file renaming, deleting, moving, restoring, and sharing, along with comments and edits.
Multi-page scanning for OneDrive personal accounts
Scanning via the OneDrive mobile app has long been available to premium subscribers to Microsoft 365 services. However, this is no longer a barrier for entry as multi-page scanning is now available for everyone using a OneDrive personal account.
Multi-page scanning for OneDrive personal accounts.
Manage the Power Apps Portal from the Power Platform admin center
With this change the Power Apps portal management options are now available in the Power Platform admin center from either the Environment or Tenant view. You can also see information such as how many days a trial portal has, before it expires.
Manage the Power Apps portal using environment view.
You can now set the timeout for the Notify function, controlling how long the banner appears, from 1 millisecond to infinity. You can also now sign out the current user with the Exit function.
The Power Apps team have added two new features to canvas formulas – launch to self and the self operator. The launch to self formula can replace a canvas app with another app or web page in the same browser tab. The self operator can refer to itself in formulas.
Enhanced integrated calendar experience (Calendar Control V2) for model-driven apps
Microsoft are introducing a new Calendar Control V2 for model-driven-apps. The new calendar control provides productive and intuitive ways to manage tasks across the team, provides sellers a peace of mind knowing that team tasks are organized, prioritized and delivered.
The new calendar control (V2) for model-driven apps.
Tabular Data Stream (TDS) Protocol endpoint for Common Data Service (CDS) (preview)
Currently in preview, the Tabular Data Stream (TDS) endpoint for the Common Data Service (CDS) provides an additional way to access read-only data in the CDS. The TDS enpoint – managed by admins, provides read-only access to the system for reporting and analytical purposes.
Recognize undetected fields in form processing with AI Builder (Preview)
Now available in preview, the Power Apps team have announced that you can now draw rectangles over name and confirm fields if they were not automatically detected by AI Builder.
Detect Fields that are not detected automatically in AI Builder (preview).
AI Builder now supports predicting multiple outcomes (Preview)
The AI Builder prediction models now support the ability to predict multiple outcomes. Now in preview, you can use AI builder intelligence to predict things like is shipping going to be early, on time or late.
Create a prediction model that supports multiple outcomes with AI Builder in Power Apps.
AI Builder Invoice Processing Automation Starter Kit available on App Source
The Invoice Processing Automation Starter Kit is a solution package to help automate invoice processing, and deployment bootstrapping and is now available to download on App Source.
The Invoice Processing Automation Starter Kit is now available on App Source.
In this month’s update to the UI flows installer see’s the a new preview feature to record and play back automation’s on Remote Desktop sessions, without the need to install additional software on the remote computer.
Adding a sensitive text input to a UI flow.
Also included as part of this update is a new type of input called sensitive text inputs. These inputs are similar to other text inputs, but their values will not be stored in the UI flow or logged as part of the UI flow run history.
Microsoft announced the acquisition of Softomotive, a world-leading provider of robotic process automation (RPA) with over 15 years of experience and the creator of WinAutomation.
With WinAutomation and Power Automate together, the combined offering will also enable RPA connectivity to many new apps and services including SAP and traditional green-screen terminal applications.
With several new triggers and action built specifically for Teams adding to Power Automate, new business process scenario templates have also been added to the new flow start screen.
New business process scenario templates built for Teams.
These templates relate to unlocking custom message extensions, allowing for automated @mentioning, and provide a customized bot experience actions and triggers for teams.
The Power BI team have announced that – now in preview, you now connect directly to a dataflow without first requiring to import the data into a dataset with Direct Query Support.
Power BI Dataflows Direct Query Support (Preview).
This months report server feature summary includes updates for all aspects of Power BI including the hierarchical slicer and decomposition tree visuals, query diagnostics, and much more.
A new page view option for Paginated Reports is now available in the Power BI service. With the new page view option, users can also change parameters, click on links in the reports and more.
Shared and certified datasets in Power BI enters GA
In preview since June 2019, shared and certified datasets are now generally available in Power BI. With shared and certified datasets, Power BI users can easily discover and reuse enterprise-wide semantic models. They can be shared across workspaces, fostering reuse and maintaining the single source of truth.
Microsoft have announced that Azure Synapse Analytics is now available for public preview. Azure Synapse, the next generation of Azure SQL Data warehouse provides incredible performance over large data volumes and has built-in capabilities for data ingestion, preparation, machine learning, and visualization.
On-premises data gateway May 2020 update now available
The May update for the On-premises data gateway (version 3000.40.15) is now available. The update also includes an updated version of the Mashup Engine, which will match the Power BI Desktop May update.
the Refresh Summary page in the Admin Portal is where capacity admins get an overview of all scheduled refreshes activity on their premium capacity. The page is powered by a New REST API for refresh monitoring that can be extended using existing automation tools .
Lots of great features this month for Power BI desktop including: curate featured tables for Excel, new Apply button for the filter pane to apply all changes at once, enhancements to change detection and page navigation action, support for images in buttons, and more!
The Power BI team have announced the public preview release of Power BI Deployment pipelines, a new and improved way for BI teams to manage content lifecycle within Power BI Premium. Some of the benefits of deployment pipelines include:
Improved productivity
Faster delivery of content updates
Reduced manual work & errors
Introducing Power BI deployment pipelines (Preview).
Premium Capacity Overload Alerts are timely automated emails that are sent whenever Power BI senses a Premium capacity is overloaded, that are sent to users subscribed to Service Interruption Notifications.
Bring low-code bots to Teams, with Power Virtual Agents
New features will make it easier to create and manage low-code chatbots from within Teams and more streamlined for end users to use Power Virtual Agents bots in Teams. These new features are:
Bot Template: FAQ bot template available in GitHub
Single sign-on: Power Virtual Agents bots will be available, removing the need for users to sign in again when using a Power Virtual Agents bot in Teams
The last Office Hours meeting took place on June 3, looking at the administration and configuration controls available in Project Cortex. The next meeting is scheduled for July 22.
Microsoft Lists is an evolution of SharePoint lists, expanding on the ability to support work management scenarios so you can stay on top of what matters most to your team – like tracking issues, asset management, managing events, inventory tracking and more using customizable views and smart rules to keep everyone in sync.
Video creators can record any window or screen, add mic or system audio, and include webcam video. There is no need to download any additional software; the tool is web based and works with latest version of Edge or Chrome.
Fluid Framework components and workspaces in Outlook and Office.com
Fluid, Microsofts open-source framework designed to make collaboration adaptable, flexible, and focused by breaking down the barriers between apps is coming to Outlook and Office.com.
Dynamic content such as tables, charts, and task lists can be easily inserted in Outlook for the web and Fluid workspaces can be created and managed, including within your document activity feed, Recommended list, and @mentions—or search for them across Office.com.
Fluid components and workspaces in Outlook and Office.com.
These experiences will be available to those with a Microsoft 365 enterprise license in the next few months.
Outlook on the web can help compose email messages with text predictions. Using intelligent technology to infer meaning and intention, Outlook can help you compose faster, avoid typos, and craft polished email messages.
Sidebar search & automatic profile switching in Microsoft Edge
Microsoft are introducing sidebar search so you can search for things without opening a new window or tab.
Sidebar search in Microsoft Edge.
Microsoft are also introducing Automatic Profile Switching, which will detect that the link you’re trying to open needs work credentials, and then switch you to your authenticated work profile.
Auto classification with sensitivity labels – Now in public preview, auto classification with sensitivity labels is now available in OneDrive, SharePoint and Exchange Online. Roadmap ID: 57312
Edit metadata from within the Document Library and List View web parts – You can now Now edit item metadata properties displayed in a library or a list from within the corresponding web parts: the Document Library and List View web parts. Roadmap ID: 61030
SharePoint Integrations with Power Automate and Power Apps to GCC-High Tenants – Enables you to create/manage custom flows and forms/apps with Power Automate and Power Apps. Roadmap ID: 62437
Extended layout for site footer – Modern communication sites will now include a new layout option, extended, to show more content in the footer section. Roadmap ID: 61063
SharePoint Recommendations – You will see SharePoint Recommendations at the bottom of pages and news posts to help users discover new content powered by machine learning. Roadmap ID: 52604
Site owners can now associate their sites with a SharePoint hub – Now site owners are able to associate their sites to a hub, this was previously only available to site collection admins. Roadmap ID: 53903
đźš‚ ROLLING OUT
Schedule SharePoint pages & news posts – You will be able to schedule a page or news post to be published at a specific date and time in the future. Roadmap ID: 62892
SharePoint news email notifications – Receive notifications for comments, replies and likes via email from SharePoint news. Roadmap ID: 49603
Save for later web part – New web part to display a user’s saved for later items. Roadmap ID: 57810
Conditional show or hide columns in a form – This feature allows users in lists and libraries to show or hide columns in a list form based on another column’s value by specifying a formula. Roadmap ID: 63518
⌛ IN DEVELOPMENT
Release – July 2020
Microsoft Lists: Lists app in Microsoft Teams – Team members will be able to both create new lists and add existing ones as tabs in Teams’ channels. Roadmap ID: 64162
Microsoft Lists: forms customization – Adjust what information shows on the out-of-box forms and include custom header and footer imagery and information. Roadmap ID: 64165
Microsoft Lists: calendar view – Visualize any list with items that use date column information in a calendar view. Roadmap ID: 64167
Microsoft Lists: sticky first column – As you scroll left and right, the first column of your list remains in place; similar to the sticky header that is already a part of Lists. Roadmap ID: 64168
Active time spent reports on SharePoint Site Usage – You can now get reports with aggregated data on the amount of time that users are spending on your intranet sites. Roadmap ID: 57159
Cumulative analytics for Hubs in SharePoint – Hub owners can now analyze aggregate usage analytics for their SharePoint hub sites, including all associated sites. Roadmap ID: 57160
New SharePoint admin center home page – Updates to the SharePoint admin center to align it to the Microsoft admin center, including more tiles and graphs. Roadmap ID: 57318
Migration manager – Admins can now add and manage multiple migration machines, and use task view to track progress of migrations.Roadmap ID: 57308
Migration manager is now generally available.
Move SharePoint sites to a new location – This feature will allow administrations to move a site to the location of an existing site. Roadmap ID: 51259
Connect sites to a Team in one click – A new Connect to Teams button in bottom-left corner of your sites. Roadmap ID: 30685
Connect SharePoint sites to Teams in just one click.
SharePoint news notification configuration – Configure personal email notification settings for SharePoint news updates. Roadmap ID: 49604
đźš‚ ROLLING OUT
Auto classification with sensitivity labels – Now in public preview, auto classification with sensitivity labels is now available in OneDrive, SharePoint and Exchange Online. Roadmap ID: 57312
Modern term store – Use the updated term store to create and manage terms and term sets in SharePoint. Roadmap ID: 57315
SharePoint Integrations with Power Automate and Power Apps to GCC-High Tenants – Enables you to create/manage custom flows and forms/apps with Power Automate and Power Apps. Roadmap ID: 62437
⌛ IN DEVELOPMENT
Release – June CY2020
Default site theme color is changing from blue to teal – SharePoint’s new teal theme will automatically update new and existing communication sites and team sites. Roadmap ID: 60592
Set Default Page Templates – This feature will allow site owners to set a page template as the default when a user creates a new page or news post on the site. Roadmap ID: 64529
Schedule SharePoint pages & news posts – You will be able to schedule a page or news post to be published at a specific date and time in the future. Roadmap ID: 62892
Release – Q4 CY2020
Site header updates – You will be able to choose to show/ hide the site title and a choice between a square site logo thumbnail or a non-square site logo. Roadmap ID: 63776