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. |
TARGETCRITERIA |
tinyint |
|
Default = 0 |
Indicates the method that should be used to select the target record for each group of duplicate constituents. |
MINSIMILARITY |
decimal(3, 2) |
|
Default = 0.8 |
Duplicate matches that do not have a similarity that is greater than or equal to this number will be excluded from the merge process. |
DELETEDUPES |
bit |
|
Default = 1 |
Delete duplicate constituents once they have been merged. |
INDIVIDUALSONLY |
bit |
|
Default = 0 |
Exclude duplicate matches between organizations from the merge process. |
OMITINDORGMATCHES |
bit |
|
Default = 1 |
Exclude duplicate matches between an individual and an organization from the merge process |
CREATEOUTPUTIDSET |
bit |
|
Default = 0 |
Designates whether or not a constituent selection should be created as a result of the constituent merge process. |
OUTPUTIDSETNAME |
nvarchar(100) |
|
Default = '' |
The name of the output selection to be created by the constituent merge process. |
OVERWRITEOUTPUTIDSET |
bit |
|
Default = 0 |
Designates whether or not to overwrite the output selection if one with the same name already exists. |
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. |
CONSTITUENTINACTIVITYDETAILS |
nvarchar(300) |
|
Default = '' |
|