Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Customizing and Extending SharePoint Online

You're reading from   Customizing and Extending SharePoint Online Design tailor-made solutions with modern SharePoint features to meet your organization's unique needs

Arrow left icon
Product type Paperback
Published in Mar 2024
Publisher Packt
ISBN-13 9781803244891
Length 402 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Matti Paukkonen Matti Paukkonen
Author Profile Icon Matti Paukkonen
Matti Paukkonen
Arrow right icon
View More author details
Toc

Table of Contents (27) Chapters Close

Preface 1. Part 1:Exploring SharePoint Online FREE CHAPTER
2. Chapter 1: SharePoint Online in a Nutshell 3. Chapter 2: Organize Content with SharePoint Sites 4. Chapter 3: Access Controls in SharePoint 5. Chapter 4: Lists and Libraries 6. Chapter 5: Describing Content with Site Columns and Content Types 7. Chapter 6: Creating Informative and Stunning Content with Modern SharePoint Pages 8. Part 2:Enhancing the SharePoint Content
9. Chapter 7: Search in SharePoint 10. Chapter 8: Managed Metadata 11. Chapter 9: Understand Information with Microsoft Syntex 12. Chapter 10: Bring SharePoint Content to Teams with Viva Connections 13. Chapter 11: App Catalog and the SharePoint Store 14. Part 3:Automate and Extend SharePoint Experiences
15. Chapter 12: Automate SharePoint with Power Automate 16. Chapter 13: Extend SharePoint with Power Apps 17. Chapter 14: Site, List, and Document Templates 18. Chapter 15: Improving List Experiences with View Formatting 19. Part 4:Create Your Own Customization using SharePoint Framework and Microsoft Graph
20. Chapter 16: Introduction to SharePoint Framework 21. Chapter 17: Access SharePoint Data using Microsoft Graph 22. Chapter 18: Web Parts and App Part Pages 23. Chapter 19: Extending User Experiences with SharePoint Framework Extensions 24. Chapter 20: Community Solutions for Extending SharePoint Online 25. Index 26. Other Books You May Enjoy

What are SharePoint list templates?

List templates are a way to create consistent lists for unique needs. Microsoft provides several ready-made list templates for most common use cases and can be used when you’re creating lists on SharePoint sites, Teams channels, or the Microsoft Lists app:

Figure 14.9 - Microsoft-provided list templates

Figure 14.9 - Microsoft-provided list templates

Organizations can also create and publish their own list templates. The basic idea of list templates is the same as in site templates. List columns, content types, views, and so on are defined in a similar JSON script and schema as site scripts. For a list template, only one script is linked since it holds the whole list definition.

Creating a list template

Creating a list template starts by creating and configuring a list, which is then used as a template. The next step is to extract the script from the created list using the Get-SPOSiteScriptFromList cmdlet:

$extractedList = Get-SPOSiteScriptFromList...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime