psdi.app.invoice

Class FldInvoiceMatchPOLineNum

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldInvoiceMatchPOLineNum
    extends FldPOLineNum
    InvoiceMatch.polinenum validation Class: The base class FldPOLineNum checks if the entered ponum/polinenum coombination is valid. Set the transtype to "SERVICE" if the poline is a service else set it to "PURCHORDR".
    See Also:
    FldPOLineNum
    • Constructor Detail

      • FldInvoiceMatchPOLineNum

        public FldInvoiceMatchPOLineNum(MboValue mbv)
                                 throws MXException,
                                        java.rmi.RemoteException
        Construct and attach to the mbo value.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If the related poline is a service linetype then set transtype equal to "SERVICE" else set it to "PURCHORDR".
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException