Hi,
I created a new entity for AXTip_PurchInvoice (table AXTip_PurchInvoice comes from a third party module which is Axtension)
I made the entity key as: Invoice, voucher, TransDate, vendAccount, DocumentDate
I'm interested in updating a field called ReferencePersonnelNumber
So i outer joined the dataSource of the entity (AXTip_PurchInvoice) with HcmWorker, and joined HcmWorker with DirPerson, in order to add the /name/ field to the entity for the ReferencePersonnelNumber
When i import an excel file to update this ReferencePersonnelNumber for a certain invoice -- import is successful and i get that 1 record got updated in DMF. However, I noticed that the field /ReferencePersonnelNumber/ gets updated for all invoices with the same vendAccount and not just one. And the AP responsible filed on the vendor itself gets also updated.
This is the field I'm interested in updating (Accounts payable - invoices - Invoice processing shared service center - all invoices)
And this is the field for the vendor

I tried to update another field and it was working fine..
not sure how can i update this ReferencePersonnelNumber field without affecting other invoices with the same vendor and without affecting the AP responsible field on the vendor itself. Any idea?