psdi.app.inventory

Class FldInvUseLineToLot

    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        calls super.validate() so that the correct relationship between this MboValue's mbo and InvBalances is established, but if item does not exist in the store/itemnum/bin/lot combination, then it will be added. That is, the exception is caught here if the InvBalances object does not already exist so that it can be added.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class FldTransferCommonLotNum
        Throws:
        MXException
        java.rmi.RemoteException