BUSINESSPROCESSVIEW
Contains information pertaining to views used for output for a given business process
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
CAPTION |
nvarchar(255) |
|
Default = '' |
The display text used when populating a dropdown of available output views for a given business process |
JOINFIELD |
nvarchar(128) |
|
Default = '' |
The name of the field used to join on the output query view |
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) |
yes |
convert(bigint, TS) |
Numeric representation of the timestamp |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_BUSINESSPROCESSVIEW_DATEADDED |
DATEADDED |
|
|
yes |
PK_BUSINESSPROCESSVIEW |
ID |
yes |
yes |
|
UIX_BUSINESSPROCESSVIEW_BUSINESSPROCESSCATALOGID_CAPTION |
BUSINESSPROCESSCATALOGID, CAPTION |
yes |
|
|
Triggers
Referenced by