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

eYe
eYe Member Posts: 169
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