KPIINSTANCEFOLDER (4.0SP17)

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

PARENTFOLDERID

uniqueidentifier

true

ADDEDBYID

uniqueidentifier

false

CHANGEDBYID

uniqueidentifier

false

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

DISPLAYORDER

int

false

0

SECURITYLEVELCODE

tinyint

false

0

SECURITYLEVEL

nvarchar(14) (Computed)

true

DATEADDED

datetime

false

getdate()

DATECHANGED

datetime

false

getdate()

TS

timestamp

false

TSLONG

bigint (Computed)

true

Indexes
Index Name Field(s) Unique Primary Clustered

IX_KPIINSTANCEFOLDER_DATEADDED

DATEADDED

False

False

True

IX_KPIINSTANCEFOLDER_DATECHANGED

DATECHANGED

False

False

False

IX_KPIINSTANCEFOLDER_PARENTFOLDERID

PARENTFOLDERID

False

False

False

PK_KPIINSTANCEFOLDER

ID

True

True

False

Triggers
Trigger Name Description

TR_KPIINSTANCEFOLDER_AUDIT_UPDATE

TR_KPIINSTANCEFOLDER_AUDIT_DELETE

Referenced by
Referenced by Field

KPIINSTANCE

FOLDERID