Table 65 Merge Duplicates Line Buffer in 27
- App
- Base Application
- Namespace
- Microsoft.CRM.Duplicates
Fields, 15Keys, 2Procedures, 6
Versions171819202122232425262728latest
Source29
Fields, 15
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Type | Option | - |
| 2 | ID | Integer | - |
| 3 | Name | Text[30] | - |
| 4 | Duplicate Value | Text[2048] | - |
| 5 | Current Value | Text[2048] | - |
| 6 | Override | Boolean | - |
| 7 | Duplicate Count | Integer | - |
| 8 | Current Count | Integer | - |
| 9 | Table ID | Integer | - |
| 10 | Table Name | Text[30] | - |
| 11 | In Primary Key | Option | - |
| 12 | Conflicts | Integer | - |
| 13 | Modified | Boolean | - |
| 14 | Data Type | Text[30] | - |
| 15 | Can Be Renamed | Boolean | - |
Keys, 2
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Type, Table ID, ID | - |
| Key2 | In Primary Key | - |
Procedures, 6
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| AddFieldData | (RecordRef, Integer, Integer, Boolean, var Record Integer) | public | - | |
| AddTableData | (Record Merge Duplicates Buffer, Integer, Integer) | public | - | |
| FindConflicts | (Text, Text, var Record Merge Duplicates Conflict) | Integer | public | - |
| GetPrimaryKeyFields | (RecordRef, var Record Integer) | Integer | public | - |
| HasFieldToOverride | () | Boolean | public | - |
| HasModifiedField | () | Boolean | public | - |