Hi,
I have a client and we want to build a small/simple Order -> Delivery -> Invoice system for him.
Now we are used to work with MS SQL Server and MS Access to build those type of Apps but if we want to build this with:
- Dataverse
- Power Apps Model Driven
Where would you write the logic to for example create a Delivery from an Order?
In SQL Server we would write a Stored Procedure with the OrderID as parameter to create a Delivery.
But in the Power Platform I can't see a place where to write that function.
I was also thinking to use Azure SQL and use virtual tables and still use a SP to execute that function.
But I was wondering if there was an performant option in Dataverse itself..
Thank you for the info!!