BATCHESCOMMITPROCESS (4.0SP20)

Stores parameter sets associated with the batches commit business process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SELECTIONID

uniqueidentifier

true

A foreign key to the ID set used to filter the records included in the batches commit process.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(200)

false

''

DESCRIPTION

nvarchar(1000)

false

''

CREATEOUTPUTSELECTION

bit

false

0

Designates whether or not an ID set should be created for each batch committed during the commit batches process.

CREATEEXCEPTIONBATCHES

bit

false

0

Indicates whether batches should be created for exceptions during the commit batches process.

PURGEBATCHES

bit

false

0

Indicates whether or not to delete the data and mark the batches as deleted after the commit batches process.

CREATEBATCHCONTROLREPORTS

bit

false

0

Indicates whether or not to generate control reports for batches being committed by this process.

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_BATCHESCOMMITPROCESS_DATEADDED

DATEADDED

False

False

True

IX_BATCHESCOMMITPROCESS_DATECHANGED

DATECHANGED

False

False

False

PK_BATCHESCOMMITPROCESS

ID

True

True

False

UC_BATCHESCOMMITPROCESS_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_BATCHESCOMMITPROCESS_AUDIT_UPDATE

TR_BATCHESCOMMITPROCESS_AUDIT_DELETE

Referenced by
Referenced by Field

BATCHESCOMMITPROCESSSTATUS

PARAMETERSETID