Hi Everyone,
I have created custom table 'ProdTestTable' with ProdId and Prodname fields. and created custom entity and processing groups as per the standard process in Dixf with CSV formats . After that try to insert new records, for the first time the process was working fine E.g (Prodid = 1 and prodname = One) the records inserting the target entity and custom table (ProdTestTable).
After that i created the template for the next insert process Eg. ProdId =2 and prodName = Two. Here i getting a update for the existing records will overridden ProdID =1 and prodname = one this will update as ProdId - 2 and prodname = two.
Why this things happen? actual the second process will create a new record right . And assigned the prodId as index, no duplicate
And I missed any setup, i followed the below link for the creation of custom entity here i attached FYI and screenshots
https://www.axpulse.com/2017/04/19/developing-a-dixf-entity/
Process -1
Process -2
Table Structures
Please suggest further process.
Thanks in advance