Tag: ER Model
-
Update D365FO Data in Bulk With Logic and Without Code
The right way to fix data, that is to create, update or delete records, is to create and execute a runnable class. However, there is a quick trick to do it using my favorite tool, Electronic Reporting. You do not need Visual Studio or any code deployment, and you can easily export the ER XML…
-
Export Message Creation in D365F&O Electronic Reporting: Part I – The Model
In this series, we’re going to learn how to create a simple export message with Electronic Reporting (ER) from scratch, without extending any generic message from Microsoft. The goal is to generate a txt file containing filtered data from customer invoices. There are three kinds of nodes or steps involved in creating an export message:…