Book Image

Hands-On Microsoft Lists

By : João Ferreira, Rene Modery
5 (1)
Book Image

Hands-On Microsoft Lists

5 (1)
By: João Ferreira, Rene Modery

Overview of this book

Microsoft Lists is an extremely flexible and powerful platform for creating custom data models. Hands-On Microsoft Lists is an easy-to-read guide for those who want to get started with Lists, as well as those who are already familiar with the basic concepts and want to create custom and flexible Lists that are easily available through a web interface. This comprehensive introduction to Lists will show you how to get up to speed in no time with the help of practical guidance and examples. Complete with hands-on tutorials and projects, you’ll understand how to use and implement Microsoft Lists effectively. You’ll start by covering all the basic concepts that will help you to build your Microsoft Lists and get the most out of the platform. As you progress, you’ll explore how to customize Microsoft Lists layouts and forms. Later chapters will guide you through integrating Microsoft Lists with the Power Platform. Throughout the book, you’ll work with practical scenarios that you can use daily to improve the collaboration in your organization. By the end of this Microsoft book, you’ll have learned how to create custom data models to improve the way your data is put together, managed, and consumed in your workplace.
Table of Contents (13 chapters)

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "If you want to disable a specific template, you can provide the template's ID as part of the DisableModernListTemplateIds parameter while executing Set-SPOTenant."

A block of code is set as follows:

"txtContent": "@currentField.title"
"txtContent": "[$Address].Address.City"

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

"txtContent": "@currentField"
"txtContent": "[$Author]"

Any command-line input or output is written as follows:

Get-SPOTenant | select DisablePersonalListCreation

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select SPFx Columns from the site columns dropdown."

Tips or important notes

Appear like this.