AX – D365FO – How to read and write text file using TextBuffer

AX provides several ways of writing files. Depending upon scenario, you can use one. Apart from AX native filing, you can also use .NET interop to call .NET classes for reading/writing files. We will be showing few classes which are provided by AX for writing files. TextBufferThe TextBuffer class manages arbitrary text file content, and generates and … Continue reading AX – D365FO – How to read and write text file using TextBuffer