Can some one please help me with Steps for Adding new table in Product Entity. I have a table msftInventTable
msftInventTable where msftInventTable.InventTable == InventTable.Recid;
Along with importing data into Product, InventTables I would like to import data into this table too using Product Entity.
Can someone please help me with the steps to do? I tried to add it in the query and tried with adding fields in Staging and all steps, but i dont understand what i am missing. I am unable to import data into this table. So Temporarily, i have used coding in insertUpdate method to import data. But this will impact performance , so I need some inputs.
Please help.
Thanks.
This is not a programming question since Microsoft have a wizard for creating custom entities.
Create a new entity called msftInventTable. You don't have to create code for this. In the "Data import export framework" module under Common there is a function called "Create a Custom entity for data import/export".
Follow the wizard for your custom table. All the DMF classes, tables and setup is created automatically.
Add your custom msftInventTable entity to the same processing group as your Product entity:
Setup the new entity and run the import for the processing group.