Hi,
I have this problem where i have created a very simple processing group to import Invoices from a third party Database in to AX Free Text Invoices through ODBC, in the DMF processing group i have 2 entities, first one for header and second for lines, now when i run the "Get Staging data" process, it fetches all the headers and all the lines, i can see those in the staging tables as well, but when i run 'Copy Data to Target' it fetches only the first header, ignores the rest of them, and moves on to import the lines and imports all the lines in.
So far i have looked into creating the index in the DMFCustInvoiceTableEntity Table, the Index is there but it isnt unique,
I have overridden the addStagingLink method and provided the query,
Also overridden the copyStagingToTarget method to see what query it returns, but so far my compiler is totally ignoring this method, it just doesnt hit this method while running 'Copy Data to Target' .
im working on Dynamics AX 2012 R3 btw.
Thanks in advance for your help.