Azure Blob Storage: How to Create the SAS Token for the Private Container  

Azure Blob Storage: How to Create the SAS Token for the Private Container   Scenario:  Imagine you have to store files in online storage, so you can access them on the internet at any time and from anywhere. In my case, I’m using Azure storage account to store the D365 Finance and Operations Sales order invoices […]

How to Send Mail using Template in X++

How to send mail using template in X++.  Scenario: Whenever an error occurs or the code process fails, an automated email should be sent to the management team notifying them of the issue.  High level resolution steps  Detailed resolution steps  Code Snippet:  internal final class SCCEmailNotification { /// /// Class entry point. The system will […]

Azure blob storage: How to Store the Files in the Container  

Scenario:   Imagine you have to store files in online storage, so you can access them online at anytime and anywhere.  In my case, I’m using an Azure storage account to store and access the D365 finance and operation Sales order invoice PDF files but based on your requirement any files can be stored in […]

How to Create Multi Select Lookup in D365FO

How to create multi select lookup in the form filter control.  Scenario: Imagine a scenario where we need to select multiple values from a form control lookup in Dynamics 365 Finance and Operations (D365 FO).   High level resolution steps  Detailed resolution steps  Step1: Create the form, custom filter group and add the filter control.  Step […]