I have a DIXF entity for a standard table and it's updating records instead of inserting them. The entity is for CustTrans. So I checked the relations and they are there on my entity. Then indexes on both system table and the entity. There are no indexes that were generated for the entity table.... and I think it's because CustTrans does not have a unique index. It uses the recId as the primary index. In this situation is it possible to even use DIXF to import records or how do I get it to insert records vs just updating them.
*This post is locked for comments