Presenting Dataverse and model-driven app extensibility
Dataverse is, from an extensibility point of view, the most complex Power Platform component. A lot of business capabilities can be achieved using the standard customization already, though there are many ways to fulfill complex business requirements using automations and client-side or server-side custom development.
In the following sections, we will explore standard Dataverse customization and automations, as well as possibilities for custom development, such as a client-side JavaScript event handler, client-side UI extensions with Power Apps Component Framework, or server-side extensibility with plug-ins.
Dataverse standard customization
Dataverse standard customization encompasses a lot of different parts of the structure of Dataverse, offering us the ability to make various changes in order to implement specific customer requirements. Details about the different customization possibilities will be presented...