Hi,
Is there a way of receiving by-products automatically to a different location other than the Shop Order’s proposed location?
We have tried to implement a custom event to move the by-products to their default floor stock location after they’re received, but unfortunately getting this error: “ORA-20105: Transaction.OVERLOAD”, when trying to use Inventory_Part_In_Stock_API.Move_Part, since there are two procedures with the same name.
Is anyone able to suggest another API method which I could use for this, or better yet, a solution which can be achieved with standard functionality?
I am considering having putaway zones set up, and having the event perform putaway instead.
Thanks!