Hi there,
I need to create a job to import an Excel file with multiple bank accounts (VendBankAccount table), in order to update their details. From what I saw online and on past developments, I created four classes: Controller, Contract, UIBuilder and a Service. I'm now trying to add my custom logic on the service class, but I'm having some issues.
The excel file will have 3 columns: Vendor Account, Bank Account ID and Custom Field.
How can I create a piece of code that "tells" D365 that this account, from this vendor needs to change this field to X?
I already created my loop, in order to skip the first Excel line (column headers) and scroll through the whole file, until there is no more information left.