So glad those guys are working perfectly together 🙂 Let me translate it for you: embedded canvas apps for UUI work with USD accelerator and USD desktop app OOB. The address validation embedded canvas app within USD accelerator (screenshot below). If you want to learn more about USD accelerator, it's here, in the Neil Parkhurst… Continue reading USD Accelerator with an embedded canvas app
Category: Business Applications
Using Flow with your personal Microsoft account. Why not?
First, I am logging to my personal Microsoft account, not Office 365 account. Then clicking on the Flow icon on the left side floating panel to login to Flow. Yes, you can do it with your personal account. You can get Flow Free - 750 runs/month, 15-minute checks. To test Flow with my personal emails I… Continue reading Using Flow with your personal Microsoft account. Why not?
Embedded Canvas App: sharing is caring
My colleague created a new embedded Canvas app and I went to check it the model-driven app's form. However, all I could see - just the error message. As obvious as it could be: you need to share your app with users if you want them to use it in Dynamics. So go to the… Continue reading Embedded Canvas App: sharing is caring
Converting an existing Canvas App into an Embedded Canvas App on a Model-Driven App’s Form
Start with the article here And here to understand the concept of embedded Canvas Apps Now... How do we embed an existing Canvas App? Do we have rebuild it from scratch following the steps described in the articles above? Thanks to Microsoft, not. Open the existing Canvas App in the editor. Click App settings then… Continue reading Converting an existing Canvas App into an Embedded Canvas App on a Model-Driven App’s Form
Multiple ways to implement the required field validation in PowerApps. Part 2.
The beginning is here: Multiple ways to implement a required field validation in PowerApps. Part 1. And this is where it's getting weirder ... 3. I just know you can do it this way. Don’t ask me why. Data source level validation. Repeat all steps from 2 for the data source changes up to the… Continue reading Multiple ways to implement the required field validation in PowerApps. Part 2.
Multiple ways to implement a required field validation in PowerApps. Part 1.
Implementing a required field validation is the way to force encourage a system user to enter the information which is critical for your business. There are some options below to support this in PowerApps: 1.     Too Easy and too obvious. App level validation. It’s a Card property on the Edit form. Select the card you… Continue reading Multiple ways to implement a required field validation in PowerApps. Part 1.
Filter, Search, and Lookup functions in PowerApps compared.
These are functions to find one or more records in a table. Â Matches by a formula or a single string * Multiple formulas accepted Returns multiple records or a single record Returns the subset of the original dataset or one value No record found Function to check if no record found Filter Formula Yes… Continue reading Filter, Search, and Lookup functions in PowerApps compared.