Business Applications, Power Automate, Power Platform

Generating simple and complex documents with just Power Platform, no add-ons.

In the consulting world, we get the document generation requirements for most medium to large-size projects. Traditionally, for Dynamics 365 projects we used document generation add-ons, like Document Core Pack or Xpertdoc to generate documents. However, it's unnecessary in the world of Power Platform where all requirements could be addressed with just Power Platform. I've… Continue reading Generating simple and complex documents with just Power Platform, no add-ons.

Uncategorized

Power App Portal Web API – fighting lookups

We will start with the 100% helpful Microsoft docs articles: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-overview https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-perform-operations I haven't had any issues with simple type fields but I stuck with lookups. Remembering my first time exploring the portal Web API, I didn't run into this issue. Or maybe it worked slightly differently during that times. There are some articles in… Continue reading Power App Portal Web API – fighting lookups

Azure Development, Azure Integration, Business Applications, PowerApps Portal, Web API

Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)

Last month I posted the article describing our exercise with the Azure Blob for the portal notes. The Part 1 is here: https://msolenacrm.blog/2021/07/20/azure-storage-integration-for-power-apps-portals/ This is the second part I advertised created by Mira and all implementation credits go to her as well 😎: "I have been Exploring with Olena (https://msolenacrm.blog/) how to enable the azure… Continue reading Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)

Azure Development, Azure Integration, Business Applications, Dataverse

Simple Azure Invoice OCR Tutorial

We are exploring OCR capabilities for invoice processing. This is the article which may help you to understand how it work if you want to train a custom model to use it then with Power Automate. Do you want your own OCR which costs less than a coffee? All credits go to Nick Grischenko. https://microsoftbusinessappsfordummies.wordpress.com/2021/07/21/simple-azure-invoice-ocr-tutorial-that-costs-less-than-a-coffee/

PCF Controls, PowerApps, Uncategorized

Braintree payments PCF component (Power Apps)

(The below has been described and tested for Canvas Power Apps. This has not yet been tested and adapted for Model-driven apps. As for the Power App Portal app, another integration pattern is appropriate, to be discussed later) This package for import in your CDS environment and source code of the control are packaged here: https://github.com/andrew-grischenko/BraintreePaymentsPCF… Continue reading Braintree payments PCF component (Power Apps)