Olena's Dynamics Blog (post-AI)
Writing as a human
Tag: crm
-

Recently we set up Dynamics 365 App for Outlook for a customer. https://learn.microsoft.com/en-us/dynamics365/outlook-app/deploy-dynamics-365-app-for-outlook Dynamics 365 App for Outlook works with customer engagement apps (such as Dynamics 365 Sales, Dynamics 365 Customer Service, Dynamics 365 Marketing, Dynamics 365 Field Service, Dynamics 365 Project Service Automation, and Dynamics 365 Customer Engagement (on-premises), version 9), and model-driven Power Apps that run on Microsoft Dataverse. With…
-

The issue After changing to a new UI a custom web resource launched from a custom button of the ribbon bar stopped receiving parameters. This leads to the incorrect page layout generation and other issues which are based on the missing parameter. The diagnostics There are things to consider while performing re-work on the page:…
-
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…
-
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…