| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
RE7USERNAME |
nvarchar(128) | Default = '' | RE7 user name. | |
RE7PASSWORD |
nvarchar(4000) | Default = '' | RE7 user password. | |
RE7WINDOWSAUTHENTICATION |
bit | Default = 0 | Use Windows authentication to log into RE7. | |
DATEADDED |
datetime | Default = getdate() | Indicates the date this record was added. | |
DATECHANGED |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
TS |
timestamp | Timestamp. | ||
TSLONG |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
ID |
uniqueidentifier | APPUSER.ID | Primary Key. | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_RE7INTEGRATIONCREDENTIALS_DATEADDED |
DATEADDED | ![]() |
||
IX_RE7INTEGRATIONCREDENTIALS_DATECHANGED |
DATECHANGED | |||
PK_RE7INTEGRATIONCREDENTIALS |
ID | ![]() |
![]() |
| Trigger Name | Description |
|---|---|
TR_RE7INTEGRATIONCREDENTIALS_AUDIT_UPDATE |
|
TR_RE7INTEGRATIONCREDENTIALS_AUDIT_DELETE |

ID
RE7USERNAME
TSLONG
ID
IX_RE7INTEGRATIONCREDENTIALS_DATEADDED
IX_RE7INTEGRATIONCREDENTIALS_DATECHANGED