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

Name Type Description
MergeDuplicatesBuffer Table Microsoft.CRM.Duplicates."Merge Duplicates Buffer"
TableNo Integer
FieldNo Integer

FindConflicts

procedure FindConflicts(OldKey: Text, NewKey: Text, var TempMergeDuplicatesConflict: Record "Merge Duplicates Conflict" temporary): Integer

Parameters

Name Type Description
OldKey Text
NewKey Text
TempMergeDuplicatesConflict Table Microsoft.CRM.Duplicates."Merge Duplicates Conflict"

Returns

Type Description
Integer

GetPrimaryKeyFields

procedure GetPrimaryKeyFields(RecRef: RecordRef, var TempPKInt: Record Integer temporary): Integer

Parameters

Name Type Description
RecRef RecordRef
TempPKInt Table System.Utilities.Integer

Returns

Type Description
Integer

HasFieldToOverride

procedure HasFieldToOverride(): Boolean

Returns

Type Description
Boolean

HasModifiedField

procedure HasModifiedField(): Boolean

Returns

Type Description
Boolean

See also