Package com.uc4.communication
Class ERPFormsSettings
- java.lang.Object
- 
- com.uc4.communication.ERPFormsSettings
 
- 
 public class ERPFormsSettings extends java.lang.ObjectThis class represents the ERP Forms settings. These settings can be found in the User Interface - Options - Settings - ERP Forms
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UC4ObjectNamegetDefaultLogin()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.booleanisPeopleSoftWorkOffline()The option "Work Offline" can be used to deactivate the login screen.voidsetDefaultLogin(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.voidsetPeopleSoftWorkOffline(boolean peopleSoftWorkOffline)The option "Work Offline" can be used to deactivate the login screen.
 
- 
- 
- 
Method Detail- 
getDefaultLoginpublic 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
 
 - 
setDefaultLoginpublic 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
 
 - 
isPeopleSoftWorkOfflinepublic 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
 
 - 
setPeopleSoftWorkOfflinepublic 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
 
 
- 
 
-