BBWORKFLOWINBOX (4.0SP20)

An inbox that workflow tasks can be routed to.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(200)

false

''

The name of the inbox

DESCRIPTION

nvarchar(2048)

false

''

SPECXML

xml

false

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_BBWORKFLOWINBOX_DATEADDED

DATEADDED

False

False

True

IX_BBWORKFLOWINBOX_DATECHANGED

DATECHANGED

False

False

False

PK_BBWORKFLOWINBOX

ID

True

True

False

UC_BBWORKFLOWINBOX_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_BBWORKFLOWINBOX_AUDIT_UPDATE

TR_BBWORKFLOWINBOX_AUDIT_DELETE

Referenced by
Referenced by Field

BBWORKFLOWALERT

BBWORKFLOWINBOXID

BBWORKFLOWINBOXASSIGNMENT

BBWORKFLOWINBOXID

BBWORKFLOWTASK

BBWORKFLOWINBOXID