Table "Merge Duplicates Line Buffer"
ID 65
Namespace: Microsoft.CRM.Duplicates
Properties
Name
Value
Caption
Merge Duplicates Line Buffer
DataClassification
CustomerContent
ReplicateData
False
Fields
Name
Type
Description
Type
Option
ID
Integer
Name
Text[30]
"Duplicate Value"
Text[2048]
"Current Value"
Text[2048]
Override
Boolean
"Duplicate Count"
Integer
"Current Count"
Integer
"Table ID"
Integer
"Table Name"
Text[30]
"In Primary Key"
Option
Conflicts
Integer
Modified
Boolean
"Data Type"
Text[30]
"Can Be Renamed"
Boolean
SystemId
Guid
SystemCreatedAt
DateTime
SystemCreatedBy
Guid
SystemModifiedAt
DateTime
SystemModifiedBy
Guid
SystemRowVersion
BigInteger
Methods
AddFieldData
procedure AddFieldData(RecordRef: array[2] of RecordRef, ConflictFieldID: Integer, Index: Integer, FoundDuplicateRecord: Boolean, var TempPKInt: Record Integer)
Parameters
Name
Type
Description
RecordRef
array[2] of RecordRef
ConflictFieldID
Integer
Index
Integer
FoundDuplicateRecord
Boolean
TempPKInt
Table System.Utilities.Integer
AddTableData
procedure AddTableData(MergeDuplicatesBuffer: Record "Merge Duplicates Buffer", TableNo: Integer, FieldNo: Integer)
Parameters
FindConflicts
procedure FindConflicts(OldKey: Text, NewKey: Text, var TempMergeDuplicatesConflict: Record "Merge Duplicates Conflict" temporary): Integer
Parameters
Returns
GetPrimaryKeyFields
procedure GetPrimaryKeyFields(RecRef: RecordRef, var TempPKInt: Record Integer temporary): Integer
Parameters
Returns
HasFieldToOverride
procedure HasFieldToOverride(): Boolean
Returns
HasModifiedField
procedure HasModifiedField(): Boolean
Returns
See also