psdi.app.inventory

Class FldMatUseTransQuantity

    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        action() Update the fields affected by changing quantity Included in this list of affected fields is the QUANTITY field itself!! Indeed, changing the quantity itself should automatically trigger proper signing based upon issuetype NOTE: This allows programmer to make safe assumption as to the sign of the quantity value without checking issuetype each time quantity must be used in a calculation. Lastly, this action resets linecost based on formula qty*unitcost. - for returns, linecost should be negative - for issues, linecost should be positive
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException