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?