psdi.app.inventory.virtual

Class FldIssueCurrentItemQuantity

    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        quantity can not be 0 checks to make sure that the sum of the quantity being issued to an asset or work order and the sum of the total issued quantity (ISSUEDQTY in the SPAREPART table for the given item and asset combination) is less than or equal to the maximum permissible quantity (MAXISSUE in ITEM table)
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException