Canada
pawan.deep55@gmail.com

Category: Technical

D365 Finance & Operations

D365FO Classic build pipeline getting failed Process ‘msbuild.exe’ exited with code ‘1’

Azure-hosted class build pipelines fail on Build Solution step with an error message that Process ‘msbuild.exe’ exited with code ‘1’ – error MSB1009: Project file does not exist. If facing this concern, edit the pipeline and change the build solution path from absolute to the relative path using wild characters. Follow below screenshot to resolve …

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 …

AxParadise.com

How to create QR code in SSRS report in D365 F&O

Even in the era of electronic reporting and PowerBI reporting, SSRS still plays a crucial role in D365 Finance & Operations ERP. SSRS report delivers most reports in ERP in a predefined format, which is beneficial for providing any legal document. For instance, a Legal invoice document containing a QR code has mandatory information specified …

SQL access on D365 FO

SQL access on production in D365FO

With the introduction of D365 Finance & operations cloud environment over AX 2012, Microsoft took over the control of the production window server OS environment leading to requesting deployment via LCS as compared to manual deployment before and also SQL Server Management Studio(SSMS) is now not available for SQL manipulation. Of course one of the …

401 unauthorised error

How to do string left or right padding in X++

This article will explain how you can do string padding with zeros or space with the specified length either left padded or right padded in X++. Often we have a requirement that the desired string should be of specific length (say 10) and if it is not of that length, it should be prefixed with …

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 …

Error

Something went wrong while generating the report. Please try again SSRS Report

If you ever come across Something went wrong while generating the report. Please try again error in SSRS reporting in D365 finance & operations AX. Follow the below guide to debug the Root cause. You may try to debug at various points but not everyone knows one key class of SSRS reporting where you can …