Previous Topic

Next Topic

Book Contents

Book Index

SystemLogin - MaxBasic Function

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.
A unique System User email address may be supplied as an alternative to UserCode.

Password

Required. The password for the user.