> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# activeuser table

> Currently logged-on users. This table contains encrypted license information.  Changing it may disable login for all users and require intervention by SuperOffice support. Recommended use; for determining who is logged on, at what location, etc.

## activeuser Table (28)

Currently logged-on users. This table contains encrypted license information.  Changing it may disable login for all users and require intervention by SuperOffice support. Recommended use; for determining who is logged on, at what location, etc.

## Fields

| Name           | Description                                                                                       | Type        | Nullable |
| -------------- | ------------------------------------------------------------------------------------------------- | ----------- | :------: |
| activeuser\_id | Note: This ID is not assigned from sequence, but instead corresponds to the Associate primary key | PK          |    No    |
| lastlogin      | Date of last login                                                                                | DateTime    |    Yes   |
| netAddress     | DNS and numeric IP address                                                                        | String(127) |    Yes   |
| clientType     | 1=CRM , 2=Admin, 3=SOQL, …                                                                        | UShort      |    Yes   |
| computerName   | Computer name                                                                                     | String(127) |    Yes   |
| domainName     | Domain name                                                                                       | String(127) |    Yes   |
| osUserName     | OS user name currently logged on                                                                  | String(127) |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/activeuser.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=31505d6a11fbe6bd800083d235e37f4d" alt="activeuser table relationship diagram" width="371" height="59" data-path="media/loc/en/database/tables/activeuser.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                    | Description                                 |
| ------------------------ | ------------------------------------------- |
| [traveller](./traveller) | Associates traveling out from this database |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
