Hi folks,
I am importing open purchase orders using DIXF entity. There is no any PO data available in AX before. While importing data DIXF creating only first record among all records and for remaining records it is failing and throwing an error "Cannot create a record in PurchTable, the record already exist" whereas no duplicate record is present there.
I debugged the class and checked the missing indexes. There i found a record is not creating in 'SourceDocumentHeader' and 'SourceDocumentLine' table, so in purchtable this reference is going as value '0' so for next all records it is throwing an error.
I ran same source data on other environment, POs are creating there. So does there any additional values i need to pass to create record in 'SourceDocumentHeader' and 'SourceDocumentLine' table?
Or what tasks i needed to do to create records in these tables.
Please help to resolve this.
There is no any customization in standard DIXF entity.
Thanks in advance!
*This post is locked for comments
I have the same question (0)