Hello,
I've been getting this error :
"Cannot edit a record in Inventory transactions (InventTrans). An update conflict occurred due to another user process deleting the record or changing one or more fields in the record" when launching the DMF Product entity ( from staging to target ).
I tried multiple workarounds, like following where the error is coming from, which is in the stack below :
Class/DMFEntityWriter.write() line 690
Class/DMFProductEntityClass.insertUpdate() line 128
Class/DMFEnityBase.insertUpdate() line 47
But it left me clueless and I cannot go further. I also tried putting a breakpoint on the update() method of InventTable, to see where it is called before the doUpdate() call of DMF, but nothing.
Any help would be wonderful! Thanks