We’ve looked at the All-In-One and Component Solution Architectures and now we’re going to talk about the Feature Solution model. As shown below, the feature solution model is based upon areas (features) that you deem to make sense to your organization. Although Marketing and Service are highlighted below as PowerApps terms, these features could include … Read More
Month: March 2025
Adding Records with Azure APIM To Dataverse
Azure APIM is great for creating a simplistic interface for your users to get data but you can also achieve the same goal when it comes to inserting data into your environment. Note: The example below assumes you have an Azure APIM instance set up and are connected to Dynamics. If you don’t, go look … Read More
Integrating the Customer Insights Communications Tab
When using Customer Insights, there is a very insightful tab that provides information on your level of consent (what communications are allowed to receive). Out of the box, this tab was only available via the Marketing Customer Insights Form, however now you are able to add this component to your own forms and embed surrounding … Read More
Using Policy Fragments in Azure APIM
As you get further into APIM usage, your code will invariably become more and more complicated. It’s just the way it is – with greater code comes greater complexity. Policy Fragments are a great way to organize your code. At first glance, it can appear that they are building mini-abstracted policy functions, but it’s important … Read More