Phocas is an Integration Partner with Acumatica.
Using Odata - GI and DACs to retrieve data
incrementally based on date last modified.
I have a customer who has changed the InventoryID of an Item
I see that the related Sales invoices also reflect this change. (not sure if this occurs due to a trigger or if the transactions actually map to a hidden Key (other than InventoryID)
Unfortunately since the transactional Sales data is load incrementally into Phocos it still contains the old InventoryID. Causing problems.
The mitigation for us is to FULLY re load Transaction history but this is not ideal as it increases the server load and time to fetch information.
I wonder if there is a non volitile hidden Key for Inventory that I could use Instead of a volotile (renamable) field InventoryID appears to be.
Is there a way i can track inventory ID changes to handle the scenario of updating the Historical Transactions we store in Phocas
