Canada
pawan.deep55@gmail.com

Tag: AX

D365 Finance & Operations

Email x++

How to email report with the body in D365FO

Microsoft D365 Finance & operations come with the ability to send reports via email and schedule in recurring batches. Print Destination settings give us the flexibility to configure the dynamic value for report email, including Subject, To, CC, attachment file format. Still, it lacks the functionality to include the body along with that email. Follow …

str2enum SalesStatus

Convert string into enum str2enum in x++

This post will explain how you can assign and convert string input either read from excel etc into enum type variable. For this example, we’ll be going to use SalesStatus Enum used in Sales order to define its current state. Enum has 2 key properties Name – enum element name Label – it is used …

The path C: \AOSService\ PackagesLocalDirectory is already mapped in workspace

Trying to set up VM with dynamics 365 Finance & operations and facing workspace mapping issue with Visual Studio Team Services. Follow the instructions.This can happen either when you do wrong mapping at first glance or want to use the new account associated with VSTS thereby removing the previous login. In either scenario, you may …