QuestionQ105
Extend the platformA company develops a model-driven app and configures a custom Contact-table form. The app includes multiple custom app pages.
The app must be extended to:
- Run logic when a contact is saved.
- Display data from an Azure SQL Server database.
- Apply a consistent header across multiple app pages.
- Run a Dataverse custom API when the Contact row is saved.
Implement the extension with minimal development effort. What should be implemented for each requirement?
Each capability can be used once, more than once, or not at all.
Drag & Drop
Power Fx
PCF control
Client scripting
Canvas components
Run logic when saving.
Display data from Azure SQL Server.
Render a consistent header.
Run a custom API.
Community Discussion