TAeAccessAccount Structure

Field Data Type Description Notes
AccountCode String Unique code to identify the operator 2,5
AccountType Integer Used internally 1
BrowserProfile String Name of the browser profile which determines the authority level 5
BrowserProfileType TBrowserProfileTypeEnum Indicates which browser profile the account uses
DomainName String Operator’s Domain login account 1
eMailAddress String Operator’s email address
FriendlyName String Operator’s full name 5
Password String Operator’s password 3,5
UniqueID Integer Unique Identifier 1
UserGroupID Integer User Group identifier 4

Notes

  1. Read Only
  2. Cannot exceed 10 characters
  3. Write only (Password does not display when reading the structure)
  4. List of user groups can be extracted using the getUserGroupsSimple method
  5. Required when adding a new account

TAeAccessAccountActivity

Methods Referencing Structure

addAccessAccount
editAccessAccount
getAccessAccounts
getAccessAccountViaAccountCode
getAccessAccountViaUniqueID
getCurrentAccessAccount
getEmptyAccessAccount
removeAccessAccount