You need to add an interactive dashboard to the Dynamics 365 customer engagement app.
What type of entity form should you use to present data within the dashboard?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: D
The Dynamics 365 customer engagement apps are model-driven.
There are four types of entity forms that Power Platform provides for model-driven apps:
All other options are incorrect.
For more information about Power Apps model-driven app form types, please visit the below URLs:
To add an interactive dashboard to the Dynamics 365 customer engagement app, you would need to choose the appropriate entity form type to present the data within the dashboard. The answer to the question is A. Quick View.
Quick View forms allow users to view information from a related entity record within the context of the primary entity record. They are best used when you want to show a summary of information from a related record without the user having to navigate to that record. Quick View forms can be added to entity forms, dashboards, and subgrids.
Main forms, on the other hand, are the default forms used to view and edit records in Dynamics 365. They contain all the fields and related data for an entity record, and are used for most user interactions with the system.
Quick Create forms are used to create new records quickly, with only the essential fields shown. They are typically used in scenarios where users need to create many records quickly, such as during data entry.
Card forms are used to present a summary of information in a compact format. They are typically used in dashboards, grids, or other views where space is limited.
In summary, to add an interactive dashboard to the Dynamics 365 customer engagement app, you should use a Quick View form to present data within the dashboard.