Tag: APP
-
Creating a Finance App with Model-Driven Apps from Scratch – Part 3
In the previous post, we created the entity ‘Assets’. These assets can be tradable, and when they are tradable, we want to automatically update their price. To achieve this, we need something in the records to change so that the update flow can be triggered.
-
Creating a Finance App with Model-Driven Apps from Scratch – Part 2
In the first part of this series, we created the basic app, and the tables and forms for portfolio and movements. In movements, we can select buy, sell, or adjust, but we should also be able to select what we are buying or selling. So in this post, we’re going to create the table Assets…
-
Creating a Finance App with Model-Driven Apps from Scratch – Part 1
In this series, I’ll explain how to create a low-code / no-code finance app using Model-Driven Apps in the Power Platform. My goal is to keep it accessible even for people without a coding background by leveraging the no-code tools provided by the Power Platform. However, I might include some code here and there to…