-

Execute D365FO Electronic Reporting from X++ code using parameters and contracts
In this post and video we are going to see how you can easily execute an Electronic Reporting format from code and pass to the ER either the user input parameters or a data contract fulfilled … More Execute D365FO Electronic Reporting from X++ code using parameters and contracts Read more
-

Electronic Reporting From Scratch part 4: Optimization of GER. FILTER vs WHERE and debugging your ER.
Electronic Reporting, despite not being code based, is still development, and it deals with data whether it is used for reporting or for integration purposes, so performance is something to definitely take into acount. In this video we include the ER Perfomance into the table, bringing an example that will help us understand how data… Read more
-

D365FO Electronic Reporting from Scratch part 3: Use of Parameters and Excel Format
In this part, we are going to have 2 very different parts, in the first part we’ll see how to deal with user input data, and in the second one we are going to learn how to work with Excel format in ER, using an exporting example. … More D365FO Electronic Reporting from Scratch part… Read more
-

D365FO Electronic Reporting (GER) from scratch part 2: Export an XML
In this Post we are going to see the step by step of how to configure everything needed to do an exporting process of the F&O Tables data into an XML file, without writing a single line of code, using GER (Electronic Reporting). This will give us some context of this widely used tool by… Read more
-

D365FO Electronic Reporting (GER) From Scratch part 1: Importing a text file
In this Post we are going to see the step by step of how to configure everything needed to do an importing process of a text file into the F&O tables without writing a single line of code, using GER (Electronic Reporting). This will give us some context of this widely used tool by Microsoft… Read more
