Class ERPFormsSettings

java.lang.Object
com.uc4.communication.ERPFormsSettings

public class ERPFormsSettings extends Object
This class represents the ERP Forms settings. These settings can be found in the User Interface - Options - Settings - ERP Forms
  • Method Details

    • getDefaultLogin

      public UC4ObjectName getDefaultLogin()
      Returns the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution.
      Returns:
      Name of the default Login object
    • setDefaultLogin

      public void setDefaultLogin(UC4ObjectName defaultLogin)
      Sets the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution. You can use the option "Work Offline" in order to deactivate the login screen. It can then be called manually by using a menu command.
      Parameters:
      defaultLogin - Name of the default Login object
    • isPeopleSoftWorkOffline

      public boolean isPeopleSoftWorkOffline()
      The option "Work Offline" can be used to deactivate the login screen. It can then be called manually by using a menu command.
      Returns:
      true if automatic logon is disabled, false if the logon is performed when a Job is opened
    • setPeopleSoftWorkOffline

      public void setPeopleSoftWorkOffline(boolean peopleSoftWorkOffline)
      The option "Work Offline" can be used to deactivate the login screen. It can then be called manually by using a menu command.
      Parameters:
      peopleSoftWorkOffline - true if automatic logon should be disabled, false if the logon should be performed when a Job is opened