Book Image

Working with Microsoft Forms and Customer Voice

By : Welly Lee
Book Image

Working with Microsoft Forms and Customer Voice

By: Welly Lee

Overview of this book

Microsoft Forms and Dynamics 365 Customer Voice enable organizations to collect and analyze feedback from employees and customers, helping developers to integrate their feedback and business users to collect feedback that will guide them to develop customer-centric solutions. This book takes a hands-on approach to leveraging Microsoft Forms and Dynamics 365 Customer Voice capabilities for common feedback scenarios and covers best practices and tips and tricks to have your solution up and running in no time. You'll start by exploring common scenarios where organizations collect feedback from employees and customers and implement end-to-end solutions with Forms. You’ll then discover how to create surveys and get to grips with different configuration options commonly used for each scenario. Throughout the book, you'll also find sample questions and step-by-step instructions for integrating the survey with related technology such as Microsoft Teams, Power Automate, and Power BI for an end-to-end scenario. By the end of this Microsoft book, you’ll be able to build and deploy your complete solution using Microsoft Forms and Dynamics 365 Customer Voice, allowing you to listen to customers or employees, interpret their feedback, take timely follow-up action, and monitor results.
Table of Contents (16 chapters)
1
Section 1: Working with Microsoft Forms and Customer Voice
5
Section 2: Implementing Common Feedback Solutions with Microsoft Forms and Dynamics 365 Customer Voice
12
Section 3: Administering Microsoft Forms and Dynamics 365 Customer Voice

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: " Add new variables for general employee information you would like to include in your reporting—such as Title, Department, and Location"

A block of code is set as follows:

{
    "type": "object",
    "properties": {
        "EmbedContextParameters": {
            "type": "object",
            "properties": {
                "<Survey Variable>": {
                    "type": "string"
                },
            }
        }
    }
}

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

{
    "type": "object",
    "properties": {
        "EmbedContextParameters": {
            "type": "object",

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 System info from the Administration panel."

Tips or important notes

Appear like this.