Return Receiving

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Return Receiving

J. Eckard-2
There is a service called "quickReceiveReturn" that is called when a return is accepted (and the return's "needsInventoryReceive" flag is set to Y). This service is responsible for creating a return shipment and then receiving the items in that shipment.

This works fine - however there is a strange condition that is checked before the service runs...  it gets a count of ALL inventory items in the return's destination facility, and if there are none, the service will log a message an simply do nothing.

Would this behavior ever be desirable? It seems like you would want to receive the items even if there were no existing inventory items in that facility (yet).