I am trying to through code modification to handle the picking list registration as shown to our user. The picking list is created with "All" quantity, then the user accesses the Picking list registration as below. I want to set those lines that do not have Reserved marked to a 0 pick quantity. When this is done manually (the Pick quantity set to 0) the system then sets the Quantity not in shipment. This is done by the class WmsOrderTransType_OutputDontPostTransfer (in my understanding). I have tried to access the updateQty method but get a message that "method is declared protected" and cannot be accessed. Thanks.