Click or drag to resize

SOUser Properties

The SOUser type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAssociateId
This is the internal ID of the associate. The associate_id is used as the owner key in Travel/Area Management.
(Inherited from IUser.)
Public propertyCode exampleCanEditLoginName
Does the database allow you to edit the login name of this user? Note – if the username is changed, then the user document folder in SO_arc must be changed as well.
(Inherited from IUser.)
Public propertyCode exampleCanEditPassword
Does the database allow you to edit the password of this user?
(Inherited from IUser.)
Public propertyCode exampleCanEditUserGroup
Does the database allow you to edit the user group of this user?
(Inherited from IUser.)
Public propertyCode exampleCanEditUserLevel
CanEditUserLevel Obsolete
(Inherited from IUser.)
Public propertyCredentials
List of credentials for this user. Only one credential per user currently allowed.
(Inherited from IUser.)
Public propertyCredentialTypes
List of installed credential types. (CRM5/PASSWORD, ActiveDirectory)
(Inherited from IUser.)
Public propertyCode exampleGroupID
The user group this user belongs to, this will default to the first user group if not set to a new user.
(Inherited from IUser.)
Public propertyCode exampleIsAsynchEnabled
Does the user have Remote travel rights?
(Inherited from IUser.)
Public propertyCode exampleIsCurrentUser
Test if the user record is the currently logged in user, since you do not want to revoke your own login rights.
(Inherited from IUser.)
Public propertyCode exampleIsExternalUsersAdminEnabled
Does the user have 'Allow administration of external users'?
(Inherited from IUser.)
Public propertyCode exampleIsIntellisyncEnabled
Does the user have Sync engine rights?
(Inherited from IUser.)
Public propertyCode exampleIsLoginEnabled
Does the user have login rights to CRM 5? Note, the user may also want to be able to log into one of the clients, like web or windows.
(Inherited from IUser.)
Public propertyCode exampleIsModified
Is the user record modified?
(Inherited from IUser.)
Public propertyCode exampleIsNetserverLoginEnabled
Does the user have login rights to NetServer?
(Inherited from IUser.)
Public propertyCode exampleIsOnTravel
Is the user currently on checked out of the central database?
(Inherited from IUser.)
Public propertyCode exampleIsOutlookSynchronizerEnabled
Can use Outlook synchronizer client?
(Inherited from IUser.)
Public propertyCode exampleIsPrivateAppntEnabled
Do the user have 'Allow confidentiality' enabled? This will give the user access to make activities visible only for a user or a user group.
(Inherited from IUser.)
Public propertyCode exampleIsPublishEnabled
Can mark information as published?
(Inherited from IUser.)
Public propertyCode exampleIsReportSDKEnabled
Does the user have login rights to Reporter Studio?
(Inherited from IUser.)
Public propertyCode exampleIsRetired
Is the user marked as retired?
(Inherited from IUser.)
Public propertyCode exampleIsSQLAuth
Obsolete: Is the DB authentication only enabled? Not applicable in 7
(Inherited from IUser.)
Public propertyCode exampleIsTravelEnabled
Does the user have travel rights?
(Inherited from IUser.)
Public propertyCode exampleIsWebLoginEnabled
Does the user have login rights to CRM 5 web client? Note, the user must also have Login rights.
(Inherited from IUser.)
Public propertyCode exampleIsWinLoginEnabled
Does the user have login rights to CRM 5 windows client? Note, the user must also have Login rights.
(Inherited from IUser.)
Public propertyCode exampleLoginName
Set the login name of a user. Note – if this is changed on a existing user, the users document folder in SO_arc must be changed as well.
(Inherited from IUser.)
Public propertyCode exampleMailPassword
The users mail password. CRM 5.web saves this if user has specified it.
(Inherited from IUser.)
Public propertyCode exampleMailUser
The users mail username. CRM 5.web saves this if user has specified it.
(Inherited from IUser.)
Public propertyCode examplePassword
Set the password of a new user.
(Inherited from IUser.)
Public propertyCode examplePersonId
A user will always have a corresponding person record, this returns the person_id of this user.
(Inherited from IUser.)
Public propertyCode exampleRole
User's role. Role type must match user type
(Inherited from IUser.)
Public propertyCode exampleType
The type of associate. Is this a user (may log in to windows client or web client), or an external user or an anonymous login. The external user and anonymous user is used with NetServer.
(Inherited from IUser.)
Public propertyCode exampleUserLevel
UserLevel - 0-5 Obsolete - The user level of the user – from 0 to 5. See the help file for SOAdmin client for more documentation on user level.
(Inherited from IUser.)
Top
See Also