Has anyone succeeded in recording a Job Receipt to Inventory (PCID) programmatically? We’ve been attempting to do this in 10.2.500 but we also get the same results in Kinetic 2022.2.
In both versions we get the same error message “Staged PCID xxxxxx has been updated by another user.”
This happens on calling the ReceiveMfgPCIDtoInventory method in the ReceiptsFromMfg business object. Using the BL Tester or a Function that we created also gives the same error.
I’ve noticed that a couple of the calls seem to wipe out the PCIDReceiptParams dataset and we have to fill it back in. It can’t be empty, so it has to be filled in or the call won’t fire. Is this the cause of my mysterious “updated by another user” error or is Epicor just doing secret things that don’t show in the Trace Log?
Has anyone else attempted or successfully recorded a PCID Receipt to Inventory without manually doing so?