How to export data using TextBuilder in Business central.

Today we will see how we can data from business central table using new data type Text Builder.

To check how this data type work build small program as below which pick up data from customer table and export the data in text file.

pageextension 50101 CustomerMasterExtension extends "Customer List"
{
    actions
    {
        addlast(General)
        {
            action(DataExport)
...

Continue Reading Ammolh Saallvi’s Article on their blog

How to export data using TextBuilder in Business central.

Today we will see how we can data from business central table using new data type Text Builder. To check how this data type work build small program as below which pick up data from customer table and export the data in text file. pageextension 50101 CustomerMasterExtension extends “Customer List” { actions { addlast(General) {…

Blog Syndicated with Ammolh Saallvi’s Permission

Author: Amol Salvi

Share This Post On
Share via
Copy link
Powered by Social Snap