Integration best practices
In Chapter 9, Microsoft Power Platform Integration, we covered how to integrate Power Platform solutions into an existing IT infrastructure. Learning about these approaches involved gaining an awareness of which integrations are easy to do, and which require additional components and custom development. Using some of the integration patterns and solution approaches we described is certainly useful, but not using them in the best way can cause various issues, especially regarding the solution’s overall performance. In this section, we will present some best practices for frontend and backend integration.
Frontend integration
When deciding on which frontend integrations to use, there are some important best practices that should be followed in order to achieve a robust, maintainable, and performant solution:
- When embedding third-party content into Dataverse table forms, consider placing it on separate form tabs, not on the primary...