| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
STATUSCODE |
tinyint | Default = 0 | Stores the current status of the business process | |
STATUS |
nvarchar(25) (Computed) | ![]() |
Provides a translation for the 'STATUSCODE' field. | |
STARTEDON |
datetime | Designates the date and time that the business process was started | ||
ERRORMESSAGE |
nvarchar(max) | ![]() |
Contains the reason why the business process could not be completed | |
SERVERNAME |
nvarchar(255) | Contains the name of the server that the current process is running on | ||
NUMBERPROCESSED |
int | ![]() |
Default = 0 | The number of records successfully processed by the business process |
NUMBEROFEXCEPTIONS |
int | ![]() |
Default = 0 | The number of record exceptions found during the business process |
LETTERTEMPLATE |
varbinary | ![]() |
The Letter Word file that will be used by the mail related business processes to generate the mail merge output file | |
LABELTEMPLATE |
varbinary | ![]() |
The Label Word file that will be used by the mail related business processes to generate the mail merge output file | |
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 |
ENDEDON |
datetime | ![]() |
Designates the date and time that the business process ended | |
BUSINESSPROCESSPARAMETERSETID |
uniqueidentifier | ![]() |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
BUSINESSPROCESSCATALOGID |
uniqueidentifier | BUSINESSPROCESSCATALOG.ID | A foreign key to the business process catalog table | |
STARTEDBYUSERID |
uniqueidentifier | APPUSER.ID | Designates the user that started the business process | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | ||
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_BUSINESSPROCESSSTATUS_BUSINESSPROCESSCATALOGID |
BUSINESSPROCESSCATALOGID | |||
IX_BUSINESSPROCESSSTATUS_BUSINESSPROCESSCATALOGID_STATUSCODE |
BUSINESSPROCESSCATALOGID | |||
IX_BUSINESSPROCESSSTATUS_DATEADDED |
DATEADDED | ![]() |
||
PK_BUSINESSPROCESSSTATUS |
ID | ![]() |
![]() |
| Trigger Name | Description |
|---|---|
TR_BUSINESSPROCESSSTATUS_AUDIT_UPDATE |
|
TR_BUSINESSPROCESSSTATUS_AUDIT_DELETE |
Entity-Relationship diagram of this table (BUSINESSPROCESSOUTPUTTEMPLATE-DONORCHALLENGEENCUMBERPROCESSSTATUS)
Entity-Relationship diagram of this table (EMAILFINDERGETPROCESSSTATUS-GLPOSTPROCESSSTATUS)
Entity-Relationship diagram of this table (HTMLTEMPLATETODOCXMERGEPROCESSSTATUS-MKTSEGMENTATIONEXCLUSIONSPROCESSSTATUS)
Entity-Relationship diagram of this table (MKTSEGMENTATIONEXPORTPROCESS2STATUS-PAPERLESSMANDATESINSTRUCTIONPROCESSSTATUS)
Entity-Relationship diagram of this table (PEOPLEFINDERGETPROCESSSTATUS-R68ONLINESUBMISSIONPARAMETERSSTATUS)
Entity-Relationship diagram of this table (R68PROCESSCOMMITPARAMETERSSTATUS-STANDINGORDERSEXPORTPROCESSSTATUS)
Entity-Relationship diagram of this table (STANDINGORDERSIMPORTPROCESSEXCEPTION-WPSEARCHPROCESSSTATUS)

ID
STATUSCODE
STATUS
BUSINESSPROCESSCATALOGID
IX_BUSINESSPROCESSSTATUS_BUSINESSPROCESSCATALOGID
IX_BUSINESSPROCESSSTATUS_DATEADDED