Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(100) | Default = '' | ||
![]() |
nvarchar(max) | Default = '' | ||
![]() |
tinyint | Default = 0 | 0=All users, 1=Selected users | |
![]() |
bit | Default = 0 | ||
![]() |
datetime | ![]() |
||
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
![]() |
nvarchar(14) (Computed) | ![]() |
CASE [APPLYTOCODE] WHEN 0 THEN N'All users' WHEN 1 THEN N'Selected users' END | Provides a translation for the 'APPLYTOCODE' field. |
![]() |
bit | Default = 0 |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | RECORDTYPE.ID | FK to RECORDTYPE | |
![]() |
uniqueidentifier | ![]() |
IDSETREGISTER.ID | FK to IDSETREGISTER |
![]() |
uniqueidentifier | ![]() |
IDSETREGISTER.ID | FK to IDSETREGISTER |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
APPUSERIDSETREGISTERID | |||
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
RECORDIDSETREGISTERID | |||
![]() |
RECORDTYPEID | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
NAME | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |
Referenced by | Field |
---|---|
![]() |
NOTIFICATIONID |