Tag: crm

  • D365 user queue: control which emails are synced. Default to No email messages.

    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…

  • Fixing the ribbon button issue for a new Dynamics 365 UI

    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:…

  • 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…

  • 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…