CommaIo file;    container line;    LedgerTable ledgerTable;    #define.filename('\\accounts.csv')    #File    ;    file = new CommaIo(#filename, #io_write);    if (!file || file.status() != IO_Status::Ok)    {    throw error("File cannot be opened.");    }    while select ledgerTable    {    line = [    ledgerTable.AccountNum,    ledgerTable.AccountName];    file.writeExp(line);    }     
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .