PL-200 · Question #347
PL-200 Question #347: Real Exam Question with Answer & Explanation
The correct answer is A: Create a canvas app and bind its properties to the form.. A canvas app embedded on a model-driven form and bound to the form's data context provides a fully custom interface without requiring any custom code.
Question
You are building a model-driven app. The environment has Advanced settings enabled. A form in the app requires a custom interface. You need to embed the custom interface onto the form without using custom code. What should you do?
Options
- ACreate a canvas app and bind its properties to the form.
- BModify the model-driven app to use tablet form factor.
- CUse an IFRAME.
- DCreate a quick view form.
Explanation
A canvas app embedded on a model-driven form and bound to the form's data context provides a fully custom interface without requiring any custom code.
Common mistakes.
- B. Changing the form factor to tablet only adjusts how the form renders on tablet-sized screens and does not add or embed any custom interface onto the form.
- C. An IFRAME embeds external web content by URL but implementing a meaningful custom interface within it requires writing HTML or JavaScript, which constitutes custom code.
- D. A quick view form displays fields from a related entity record via a lookup relationship and cannot be used to render a custom interface.
Concept tested. Embedding canvas app in model-driven form without custom code
Reference. https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/embed-canvas-app-in-form
Topics
Community Discussion
No community discussion yet for this question.