PL-600 · Question #175
A company plans to use Microsoft Power Platform. The company wants to enhance the user experience of its apps. The company requires a reusable custom color picker control that can be added to…
The correct answer is B. Power Apps component framework. To create a reusable custom color picker control that can be added to both model-driven app forms and canvas app screens, Power Apps component framework (PCF) is the recommended solution.
Question
Options
- AWeb resources
- BPower Apps component framework
- CPlug-ins
- DClient script
How the community answered
(32 responses)- A9% (3)
- B84% (27)
- C3% (1)
- D3% (1)
Why each option
To create a reusable custom color picker control that can be added to both model-driven app forms and canvas app screens, Power Apps component framework (PCF) is the recommended solution.
Web resources are primarily used for embedding web content (like HTML, CSS, JavaScript) within model-driven apps and cannot directly create reusable custom controls for canvas apps in the way PCF does.
Power Apps component framework (PCF) enables developers to create custom code components that offer rich user interface capabilities, such as a color picker. These components are designed to be reusable and can be embedded in both model-driven app forms and canvas app screens, providing a consistent and enhanced user experience across different app types.
Plug-ins are server-side event handlers in Dataverse, focused on business logic and data manipulation, not on creating custom client-side UI controls.
Client script (JavaScript) is used to add custom behavior to model-driven app forms but does not provide a framework for creating reusable custom UI controls that span both model-driven and canvas apps.
Concept tested: Custom controls for Power Apps
Source: https://learn.microsoft.com/en-us/power-apps/developer/component-framework/overview
Topics
Community Discussion
No community discussion yet for this question.