psdi.app.pr

Class FldPRLineNum

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldWpMatPRLineNum


    public class FldPRLineNum
    extends MboValueAdapter
    This common field validation class is used to check the validity of any prlinenum in any app . Checks if a PRLine exists which has this PRLINENUM and PRNUM in the PR table.
    • Constructor Detail

      • FldPRLineNum

        public FldPRLineNum(MboValue mbv,
                            java.lang.String columnName)
                     throws MXException,
                            java.rmi.RemoteException
        Call this constructor with the column name that PRNum corresponds to in your constructor
        Throws:
        MXException
        java.rmi.RemoteException
      • FldPRLineNum

        public FldPRLineNum(MboValue mbv)
                     throws MXException,
                            java.rmi.RemoteException
        Call this constructor if the column name that corresponds to the Purchase req num in your object is "prnum"
        Throws:
        MXException
        java.rmi.RemoteException