Hey y'all,
we would like to sync some sql data on-demand into dataverse tables as child records.
The scenario is:
The user is in the form of a record in a model driven app. The record has child records shown in a subgrid. The user wants to refresh the child records from a sql database, so that all of the missing data rows will be written into the dataverse table for the child records and connected via lookup to the parent record.
We use the following setup: An Azure function that requests the data via Hybrid Connection Manager from On-Premises SQL database.
Now we need the ad-hoc request by hitting a command bar button. How would you solve this? We need to request the Azure Function by hitting the button and the Azure Function (or a plugin?!) needs to write data to the dataverse table. After writing all of the data, the form should refresh with the newly created child records in a subgrid.
Thanks in advance for your ideas 🙂

Report
All responses (
Answers (