Hello,
I have extended GL data entity with one field.
Export works fine.
During import I want to update LedgerJournalTRans table's field based on some logic,
In which method should I write the code?
I copied events related to mapEntityToDataSource method and insertEnttyDataSource, but during import I can't see those executed.
Breakpoint is not hit, nothing happens.