Tag: PowerPlatform
-
Creating a Finance App with Model-Driven Apps from Scratch – Part 6
<- Part 1 <- Part 4 <- Part 2 <- Part 5 <- Part 3 In this post, I’m going to explain how to use a rollup field to aggregate values. But first, we need an entity to which we can add these aggregates. Each portfolio should have a list of assets, along with its…
-
Autofill Fields in Model-Driven Apps from a Lookup
Sometimes, when creating a form in Model-Driven Apps (MDA), we want to autofill fields based on the relationship in a lookup. This can be triggered either when the lookup is updated, when the form is loaded, or both. In this post, I will explain how to use a generic script to achieve this and how…