Knowing Power Platform extensibility best practices
In the following sections, you will learn about some of the best practices for client-side as well as server-side extensibility for CDS-based solutions.
CDS client-side interface extensibility
In this chapter, you have learned a lot about various client-side CDS extensibility and automation options. In this section, we will provide several best practices for using the various extensibility options available to you, specifically from a performance point of view.
It is always important to keep the performance of the CDS-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 extensibility so as to avoid the most common sources of poor performance:
- Design the CDS entity forms by providing only the necessary controls; avoid overwhelming the forms with a large number of complex controls...