Options

Payment Journal Export - Data Exchange Definition (NAV2017 - CU2.1)

eYeeYe Member Posts: 168
edited 2017-03-23 in NAV Three Tier
Hi,

Am I correct in saying that either the table relation is incorrect on the Bank Account table, or Codeunit 1270 needs changing.
Workaround, have same code for Data Exchange Definition as Bank Export setup.

Currently:
    DataExchDef.GET(BankAccount."Payment Export Format");
Suggested Edit:
    //DataExchDef.GET(BankAccount."Payment Export Format");
    BankExportImportSetup.GET(BankAccount."Payment Export Format");
    DataExchDef.GET(BankExportImportSetup."Data Exch. Def. Code");
Kind Regards,
Ewald Venter
Sign In or Register to comment.