Hi all,
I wanna import data from AX12 into D365. The data are Database log setup. I have the data in excel, where i have Table name, Table id, Field name, Type of change and Signature controlled. I have created an x++ runnable class that will be used for the import of the excel file. The import itself works fine. But the problem is about the table name.
The table name is stored in the DatabaseLog table and is created using tableId2PName, that creates a name of the table based on the Id of the table. But the ID in AX12 is different than in D365, it means that for example instead of table Customers I get table Split.
Is there something I can do with that, please?
I know, there are some more easy ways how to import the data, but the requirement is to use the runnable class.
Many thanks