Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Extending Microsoft Power Platform user experience Model Driven apps Microsoft Quiz Answers

Get Extending Microsoft Power Platform user experience Model Driven apps Microsoft Quiz Answers

Create client scripting, perform common actions with client script, and automate business process flow with client script is covered in this learning path. Learn about what client script can do, rules, and maintaining scripts. Discover when to use client script as well as when not to use client script.

This learning path helps prepare you for Exam MB-400: Microsoft Power Apps + Dynamics 365 Developer.

Prerequisites:

  • A basic understanding of how to navigate the Dynamics 365 application.
  • Experience with Power Apps, Power Automate, and Power BI.
  • General developer experience.

Enroll on Microsoft

Module 1: Get started with Power Apps component framework

Learn how to get started with Microsoft Power Apps component framework.

Learning objectives:

In this module, you will:

  • Learn about Power Apps component framework architecture.
  • Learn about Power Apps component tooling.

Prerequisites:

None

Quiz 1: Check your knowledge

Q1. Which of the following is not a template type for the controls built with the Power Apps component framework?

  • Field
  • Unbound
  • Dataset

Q2. Which of the following files is used to define control properties for a Power App code component?

  • index.ts
  • Manifest File
  • Resource File
  • CSS File

Q3. Which of the following methods can be used to notify the framework that the control has new outputs?

  • notifyOutputChanged
  • init
  • updateView
  • getOutputs

Module 2: Performing common actions with client script

The goal of this module is to review how to achieve common user experience automation procedures through Client Script. This module is intended to serve as a practical guide for how to solve real-world scenarios that are frequently encountered during Microsoft Power Platform implementations.

Learning objectives:

In this module, you will:

  • Write client script to perform common actions as listed in the module units.

Prerequisites:

  • Basic understanding of Microsoft Power Platform and experience in software development against the Microsoft stack and Visual Studio
  • Experience in administering solutions in Microsoft Azure is preferred.

Quiz 1: Check your knowledge

Q1. You need to retrieve the value of the firstname column of the contact record. What method would you use?

  • formContext.getAttributeValue(“firstname”)
  • formContext.getControl(“fullname”).getValue()
  • formContext.getAttribute(“firstname”).getValue()

Q2. Your client script for the main form for the account table references column accountclassificationcode. How to ensure that the script doesn’t break and works correctly when the other makers edit the form and potentially remove the column.

  • At the start of your script, add the following call require(‘accountclassificationcode’).
  • Add the accountclassificationcode column to the script dependencies.
  • Mark accountclassificationcode column as read only.

Q3. You’ve been asked to hide a tab section on a model-driven app form when a record’s Status Reason column changes to a given value. Which events would you need to handle for this scenario?

  • Form OnLoad, Attribute OnChange
  • Form OnLoad, Form OnSave
  • Attribute OnChange, Form OnSave

Module 3: Automate business process flows with client script

This module will focus on educating developers on how to perform common techniques in regard to automating business process flows, along with explaining the context of when these scenarios might be applied.

Learning objectives:

In this module, you will:

  • Automate business process flow actions by using JavaScript/TypeScript API methods.

Prerequisites:

  • Basic understanding of Microsoft Power Platform
  • Experience in software development against the Microsoft stack and Visual Studio
  • Experience in administering solutions in Azure is preferred

Quiz 1: Check your knowledge

Q1. Check your knowledge

  • To display an interactive prompt to the user of a model-driven app.
  • To capture an image using camera on the user’s mobile device.
  • To interact with the underlying Dataverse of a model-driven app through its Web API. 

Q2. What does Solution Checker allow you to do?

  • Minimize and combine all JavaScript Web Resources in your solution.
  • Detect the use of deprecated client script use in the solution’s Web Resources.
  • Monitor runtime performance of your client scripts.

Q3. When would you use client script instead of business rules in a model-driven app?

  • When you need to set a column as required when another Yes/No column has the value Yes selected.
  • When you need to stop the row import when two date columns have equal.
  • When you need to display a custom form notification to a user.
Conclusion:

I hope this Extending Microsoft Power Platform user experience Model Driven apps Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.

This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.

Keep Learning!

More Coding Solutions >>

LeetCode Solutions

Hacker Rank Solutions

CodeChef Solutions

Leave a Reply

Your email address will not be published. Required fields are marked *