MC588324 – The Custom List Templates feature will give organizations the ability to create their own custom list templates with custom formatting and schema. It will also empower organizations to create repeatable solutions within the same Microsoft Lists infrastructure (including list creation in SharePoint, Teams, and within the Lists app itself).
Microsoft has made some updates to the feature it’s releasing:
Get-SPOSiteScriptFromList
to now generate list scripts with bindings.CreateSPList
action you will see key-value pairs, with the tokens and identity, where identity is a unique string to identify the CreateSPList
action.When this will happen:
Rollout will begin in mid-June 2023 and is expected to be complete by late August 2023.
How this will affect your organization:
End-user impact: Visual updates to the list creation dialog and the addition of a From your organization tab when creating a new list. This new tab is where your custom list templates appear alongside the ready-made templates from Microsoft.
Admin impact: Custom list templates can only be uploaded by a SharePoint administrator for Microsoft 365 by using PowerShell cmdlets. For consistency, the process of defining and uploading custom list templates is like the custom site templates experience and will reuse some of the existing sites related PowerShell APIs.
To define and upload custom list templates, admins will use the following site template PowerShell cmdlets:
Get-SPOSiteScriptFromList
cmdlet to extract the site script from any listAdd-SPOSiteScript
and Add-SPOListDesign
to add the custom list template to your organization.Grant-SPOSiteDesignRights
(Optional). What you need to do to prepare:
If you are already using the feature in First Release, please re-extract the list script using Get-SPOSiteScriptFromList
to get the latest version. Next, update the existing custom list template by using Set-SPOSiteScript
.
For all other customers, the visual updates for this feature will be seen by end-users in the updated user interface (UI) when creating a list.
Note: The From your organization tab will be empty until your organization defines and publishes custom list templates.
PowerShell Cmdlets documentation for custom list templates is available here. Public facing documentation for creating custom list templates can be found here.
Previous SharePoint Online Changelog Messages
Whether it’s Security or Cloud Computing, we have the know-how for you. Sign up for our newsletters here.