Pages

Banner 468 x 60px

 

Wednesday, February 15, 2023

Export data from AX to CSV file through X++

0 comments
 TextBuffer          textBuffer = new TextBuffer();    FileNameFilter      Filter = ["CSV file", "*.csv"];    FileName            FileName;    #WinAPI    LedgerJournalTrans  LocLedgerJournalTrans, TxtLedgerJournalTrans;    ;    super(); FileName = winapi::getSaveFileName(infolog.hWnd(), filter, @"c:\...\desktop", "Save as CSV file","csv","Create Payment Permata");    if(!FileName)        return ;    while select...
Read more...

Confirm PO Error : The source document lines cannot be finalized until the status is Confirmed in AX 2012

0 comments
 Confirm PO Error : The source document lines cannot be finalized until the status is ConfirmedSOLUTION : Open AOT > Table > BudgetSourceTracking In Table BudgetSourceTracking find this PO Number => change the status from Draft to Confirmedand try to Confirm your...
Read more...

A financial dimension value is based on the record and has been used on a transaction. You cannot delete the record

  SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account  :  and Delete the Bank Account FINISH