SOUser Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The SOUser type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AssociateId | This is the internal ID of the associate. The associate_id is used as the owner key in Travel/Area Management. (Inherited from IUser.) |
![]() ![]() | CanEditLoginName | 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.) |
![]() ![]() | CanEditPassword | Does the database allow you to edit the password of this user? (Inherited from IUser.) |
![]() ![]() | CanEditUserGroup | Does the database allow you to edit the user group of this user? (Inherited from IUser.) |
![]() ![]() | CanEditUserLevel | CanEditUserLevel
Obsolete (Inherited from IUser.) |
![]() | Credentials | List of credentials for this user. Only one credential per user currently allowed. (Inherited from IUser.) |
![]() | CredentialTypes | List of installed credential types. (CRM5/PASSWORD, ActiveDirectory) (Inherited from IUser.) |
![]() ![]() | GroupID | 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.) |
![]() ![]() | IsAsynchEnabled | Does the user have Remote travel rights? (Inherited from IUser.) |
![]() ![]() | IsCurrentUser | 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.) |
![]() ![]() | IsExternalUsersAdminEnabled | Does the user have 'Allow administration of external users'? (Inherited from IUser.) |
![]() ![]() | IsIntellisyncEnabled | Does the user have Sync engine rights? (Inherited from IUser.) |
![]() ![]() | IsLoginEnabled | 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.) |
![]() ![]() | IsModified | Is the user record modified? (Inherited from IUser.) |
![]() ![]() | IsNetserverLoginEnabled | Does the user have login rights to NetServer? (Inherited from IUser.) |
![]() ![]() | IsOnTravel | Is the user currently on checked out of the central database? (Inherited from IUser.) |
![]() ![]() | IsOutlookSynchronizerEnabled | Can use Outlook synchronizer client? (Inherited from IUser.) |
![]() ![]() | IsPrivateAppntEnabled | 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.) |
![]() ![]() | IsPublishEnabled | Can mark information as published? (Inherited from IUser.) |
![]() ![]() | IsReportSDKEnabled | Does the user have login rights to Reporter Studio? (Inherited from IUser.) |
![]() ![]() | IsRetired | Is the user marked as retired? (Inherited from IUser.) |
![]() ![]() | IsSQLAuth | Obsolete: Is the DB authentication only enabled? Not applicable in 7 (Inherited from IUser.) |
![]() ![]() | IsTravelEnabled | Does the user have travel rights? (Inherited from IUser.) |
![]() ![]() | IsWebLoginEnabled | Does the user have login rights to CRM 5 web client? Note, the user must also have Login rights. (Inherited from IUser.) |
![]() ![]() | IsWinLoginEnabled | Does the user have login rights to CRM 5 windows client? Note, the user must also have Login rights. (Inherited from IUser.) |
![]() ![]() | LoginName | 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.) |
![]() ![]() | MailPassword | The users mail password. CRM 5.web saves this if user has specified it. (Inherited from IUser.) |
![]() ![]() | MailUser | The users mail username. CRM 5.web saves this if user has specified it. (Inherited from IUser.) |
![]() ![]() | Password | Set the password of a new user. (Inherited from IUser.) |
![]() ![]() | PersonId | A user will always have a corresponding person record, this returns the person_id of this user. (Inherited from IUser.) |
![]() ![]() | Role | User's role. Role type must match user type (Inherited from IUser.) |
![]() ![]() | Type | 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.) |
![]() ![]() | UserLevel | 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.) |
Name | Description | |
---|---|---|
![]() | AddCredential | Add a credential. Only one credential per user currently allowed, so any previous credential will be erased. (Inherited from IUser.) |
![]() ![]() | CancelChanges | If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method. (Inherited from IUser.) |
![]() ![]() | Delete | Delete a user (associate), default does not delete the contact person (Inherited from IUser.) |
![]() ![]() | IsMailPassword | IsMailPassword - verify password value against credentials (Inherited from IUser.) |
![]() ![]() | IsPassword | IsPassword - verify password value against credentials (Inherited from IUser.) |
![]() | RemoveCredential | Remove matching credentials from user. (Inherited from IUser.) |
![]() ![]() | Save | Saves the changes you made to the associate to the database, does not return the new data from the database (Inherited from IUser.) |