psdi.app.financial

Class FldPartialGLAccount

    • Constructor Detail

      • FldPartialGLAccount

        public FldPartialGLAccount(MboValue mbv)
        Construct the validation domain and link to the specified MboValue.
        Parameters:
        mbv -
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Validate if the GL Account is partially specified. If the maxvar DISABLEGLSWITCH is true no validation needs to be done. If the account has to be validated check the maxvar GLCHECKCOA. If GLCHECKCOA is true the GL Account needs to validated against CHARTOFACCOUNTS else the individual segments should be valid segments in GLCOMPONENTS.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXApplicationException - (system, invalidgl) The GL account is not valid.
        MXException
        java.rmi.RemoteException