Flighting is a new concept introduced by Microsoft from D365FO version 10.0 that allows turning on new features, which are delivered but not activated by default. Some of these "hidden" new functionalities are: Client alert notifications by email Manage access to network printers across legal […]
Category: General (67)
Configure a safe connection to D365FO in OneBox
This article will tell you how to get rid of annoying “Not secure” message in the URL line when connected to Dynamics 365 for Finance and Operations in a local development environment (OneBox). You’ll learn why this happens and how to fix it! Here’s why […]
Debug workflows in Dynamics 365 for Finance and Operations
Workflows in Dynamics 365 for Finance and Operations can be debugged by attaching the debugger in Visual Studio to the Batch.exe process. This is because the workflow infrastructure uses batch processing on AOS to execute workflows. Learn more >> In order to start debugging of […]
Why deep links don’t work in batch in Dynamics 365 for Finance and Operations
You can create shareable and secured URLs (aka deep links) to forms in Dynamics 365 for Finance and Operations using URL Generator, i.e. the UrlGenerator class. Deep links can be embedded in reports, emails, external apps, etc. A deep link points to a specific form […]