I have a custom entity created through the wizard in AX 2012 through the Data Import Export Framework. I can grab the data into the staging table and it looks good, but when I go to move it to the target it gives me a message saying that 1 record inserted, 22 updated. and sure enough there is only 1 record in the table and it's the last one in my CSV file.. so it just looks like it inserted one record and then just kept updating that one. For this example the table is super simple with a name field and an ID field. The ID field is set as the primary index with no duplicates allowed. The data has no duplcates it's just incrementing numbers ("012, 011" etc). I am wondering if I've just missed a property that isn't allowing it to insert all of them correctly.
↧