Updating the VendDefaultAccount using Data Management

Hi All,

First of all i’m new in this Forum and I hope to learn a lot of it.

At the moment we are migrating to D365 F&O and i’m trying to fill the table VendDefaultAccount. For some reason this table cannot be used in the DMF part. Is there some other way to fill this table using an Excel-sheet? We do have a lot of entries and defining them by hand is a maasive amount of work.

Regards,

Fred van der Hilst

Isn’t it handled automatically? When you insert a vendor or change OffsetLedgerDimension field of an existing vendor, insertIntoVendDefaultAccounts() method on VendTable gets called and writes a record to VendDefaultAccounts (if it doesn’t already exists).