Changing this table might prevent users from signing in! Fixing it requires intervention by SuperOffice support. Consider it a read-only table!
Bool isLoggedIn(Integer origin)
Checks if the user is signed to the given endpoint.- 1 = SOAP interface
- 2 = web pages
Void login()
Creates a valid session for the current customer. To get the session key created bylogin(), call getValue("loginSessionKey").
Void logout()
Logs out a customer.Bool isAdministrator()
Checks whether the user is an administrator.Bool checkTableRights(String tableRight)
checkTableRights() determines whether the current user has access to something.
Access pertains to one of the following tasks:
- select
- update
- insert
Bool checkFieldRights(String field, String fieldRight)
checkFieldRights() determines whether the current user has access to a field.
Access pertains to 1 of the following tasks:
- read
- write