Stop Inventory Transfer

I am trying to limit certain transactions from one of our warehouses. The rules I want to implement are simple.

First: has to be coming our of Q2warehouse
Second: Has to be a STK-STK transaction
Third: Has to be a negative Qty (hence being taken out of this warehouse)

I have attempted a Method Directive (using PartTran.Update Pre-Processing) where I implemented the three listings above as conditions that end with a Raise Exception. However, I am not having any luck. I can still transfer inventory in and out of the warehouse.

Does anyone have any suggestions?

1 Like

I suspect a better module to target is InvTransfer.

I didn’t even think to look there. Since I was looking at PartTran my mind automatically went to PartTran with inventory transfer as a check.