psdi.app.labor

Class FldLabTransInvoiceNum

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldLabTransInvoiceNum
    extends MAXTableDomain
    This class evaluates a INVOICENUM. All it does is just check for the INVOICES's existence in the INVLOICE table Use this class as a base class and add your own methods to the extended class to add more functionality to the extended class
    • Constructor Detail

      • FldLabTransInvoiceNum

        public FldLabTransInvoiceNum(MboValue mbv)
                              throws MXException,
                                     java.rmi.RemoteException
        Call this constructor for the most basic ponum validation All this does is check the presence of the passed ponum parameter in the PO table
        Throws:
        MXException
        java.rmi.RemoteException