| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
DISPLAYONHOMEPAGE |
bit | Default = 0 | Indicates whether or not the task will be displayed on the default home page for users in the indicated role. | |
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 |
|---|---|---|---|---|
SYSTEMROLEID |
uniqueidentifier | SYSTEMROLE.ID | FK to SYSTEMROLE | |
TASKID |
uniqueidentifier | TASKCATALOG.ID | FK to TASKCATALOG | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_SYSTEMROLETASK_DATEADDED |
DATEADDED | ![]() |
||
PK_SYSTEMROLETASK |
ID | ![]() |
![]() |
|
UC_SYSTEMROLETASK_SYSTEMROLEID_TASKID |
TASKID, SYSTEMROLEID | ![]() |
| Trigger Name | Description |
|---|---|
TR_SYSTEMROLETASK_GRANT_IMPLIED_FEATUREPERMS |
|
TR_SYSTEMROLETASK_AUDIT_UPDATE |
|
TR_SYSTEMROLETASK_AUDIT_DELETE |

ID
DISPLAYONHOMEPAGE
TSLONG
SYSTEMROLEID
IX_SYSTEMROLETASK_DATEADDED
UC_SYSTEMROLETASK_SYSTEMROLEID_TASKID