SYSTEMROLEPERM_RECORDOPERATION (4.0SP20)

System permissions for RecordOperationSpecs

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SYSTEMROLEID

uniqueidentifier

false

FK to SYSTEMROLE

RECORDOPERATIONCATALOGID

uniqueidentifier

false

FK to RECORDOPERATIONCATALOG

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

GRANTORDENY

bit

false

0

1 if Granted, 0 if Denied

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_SYSTEMROLEPERM_RECORDOPERATION_DATEADDED

DATEADDED

False

False

True

IX_SYSTEMROLEPERM_RECORDOPERATION_DATECHANGED

DATECHANGED

False

False

False

IX_SYSTEMROLEPERM_RECORDOPERATION_RECORDOPERATIONCATALOGID

RECORDOPERATIONCATALOGID

False

False

False

PK_SYSTEMROLEPERM_RECORDOPERATION

ID

True

True

False

UIX_SYSTEMROLEPERM_RECORDOPERATION_SYSTEMROLEID_RECORDOPERATIONCATALOGID

SYSTEMROLEID

RECORDOPERATIONCATALOGID

True

False

False

Triggers
Trigger Name Description

TR_SYSTEMROLEPERM_RECORDOPERATION_AUDIT_UPDATE

TR_SYSTEMROLEPERM_RECORDOPERATION_AUDIT_DELETE