Microsoft Power Platform App Maker — Question 81
An inside sales staff uses three model-driven apps for their sales process. Each app includes the same custom specialized component.
You must standardize the inside and outside sales process by creating a canvas app that has the same functionality as the three model-driven apps. You do not have administrator permissions.
You need to incorporate the logic of the custom component in the outside sales canvas app.
Where should you build the custom component?
Answer options
- A. Component library
- B. Solution
- C. Any of the three apps
- D. Custom control
Correct answer: A
Explanation
The custom component should be built in the Component library because it allows for the reuse of components across multiple apps, ensuring consistency. Building it in a Solution would require admin permissions, while creating it in any of the three apps would limit its reusability. Custom control is not the appropriate choice as it refers to a specific implementation rather than a reusable component framework.