Extensibility best practices
In Chapter 8, Microsoft Power Platform Extensibility, we learned how we can extend the abilities of Power Platform components using configuration, customization, and custom development. As you might recall, we demonstrated that Dataverse is the most extensible complex Power Platform component. In the following sections, we will go over some of the best practices for client-side as well as server-side extensibility for Dataverse-based solutions.
Optimizing the performance of client-side extensibility
It is always important to keep the performance of the Dataverse-based solution in mind. Client-side extensibility options can have a significant impact on the final solution’s performance. Try to implement the following best practices when designing the extensibility to avoid the most common sources of poor performance:
- Design the Dataverse table forms by providing only the necessary controls; avoid overwhelming the forms with many...