
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
More About This Author
Array
Business Central2022.09.04Preview environment for Dynamics 365 Business Central 2022 release wave 2 (BC21)
Business Central2022.04.18How to export data using TextBuilder in Business central.
Business Central2022.04.12How to change Customer Name on Open Sales Order in business central
Business Central2022.04.04How to define multiple layouts for report in Business Central