Hi,
i want to add new columns by import Excel Data .
we successful imported excel file and checked job history > View Staging data.
it have value in grid view. but didn't have value in database table.
we did the step below:
1. add columns in FreeTextInvoiceEntity and FreeTextInvoiceStaging.
2. rebuild, DB Sync in Visual Studio.
3. Data management -> Data entities -> Modify target mapping
4. import -> View map
5. upload
6. After successful imported excel file ,also have value in View Staging data.
7. it also successful insert data row in table FreeTextInvoiceStaging ,but didn't insert value in table FREETEXTINVOICEENTITY only.
why didn't insert value in FREETEXTINVOICEENTITY ???
how could resolve this??