public class ERPFormsSettings
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isPeopleSoftWorkOffline()
The option "Work Offline" can be used to deactivate the login screen.
|
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.
|
void |
setPeopleSoftWorkOffline(boolean peopleSoftWorkOffline)
The option "Work Offline" can be used to deactivate the login screen.
|
public UC4ObjectName getDefaultLogin()
public void setDefaultLogin(UC4ObjectName defaultLogin)
defaultLogin
- Name of the default Login objectpublic boolean isPeopleSoftWorkOffline()
public void setPeopleSoftWorkOffline(boolean peopleSoftWorkOffline)
peopleSoftWorkOffline
- true if automatic logon should be disabled, false if the logon should be performed when a Job is opened