SystemLogin(UserCode: String, Password: String): Boolean
System Login function logs user with UserCode and Password supplied into the system. Returns True if successful, False otherwise. Only available when Use Single Sign On is turned on.
SystemLogin function syntax has these named arguments:
Parameter |
Description |
|---|---|
User code |
Required. The User Code to log in. |
Password |
Required. The password for the user. |