Quantcast
Channel: Microsoft Dynamics AX
Viewing all articles
Browse latest Browse all 101540

Forum Post: RE: Error Cannot create a record in PurchTable, #### record already exist while importing POs with DIXF

$
0
0
In the class DMFEntityWriter write() method, I found the call to insertUpdate. target = dictClass.callObject( methodStr(DMFEntityBase,insertUpdate), entityClass, target, (dmfDefinitionGroupEntity.RunInsertLogic && currentNode.RunInsertLogic), (dmfDefinitionGroupEntity.RunValidateWrite && currentNode.RunValidateWrite)); So the key to your problem is to enable "Run insert logic" on the definition group and the current node (entity), since both must be enabled for the PurchTable.insert() method to be called instead of .doInsert()

Viewing all articles
Browse latest Browse all 101540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>