CLEARMATCHINGGIFTCLAIMSPROCESS
Contains parameter information for the Clear Matching Gift Claims business process.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
The name of the parameter set. |
DESCRIPTION |
nvarchar(255) |
|
Default = '' |
The description of the parameter set. |
CREATEOUTPUTSELECTION |
bit |
|
Default = 0 |
Indicates that an output selection should be created. |
OVERWRITEOUTPUTSELECTION |
bit |
|
Default = 0 |
Indicates that an existing output selection with OUTPUTSELECTIONNAME should be overwritten. |
OUTPUTSELECTIONNAME |
nvarchar(100) |
|
Default = '' |
Indicates the name of the created output selection. |
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
Foreign Key |
Field Type |
Null |
Notes |
Description |
SELECTIONID |
uniqueidentifier |
yes |
IDSETREGISTER.ID
|
The selection of revenue records to process. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_CLEARMATCHINGGIFTCLAIMSPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
IX_CLEARMATCHINGGIFTCLAIMSPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
PK_CLEARMATCHINGGIFTCLAIMSPROCESS |
ID |
yes |
yes |
|
UC_CLEARMATCHINGGIFTCLAIMSPROCESS_NAME |
NAME |
yes |
|
|
Triggers
Referenced by