Codeunit 5060 DuplicateManagement in 28
- App
- Base Application
- Namespace
- Microsoft.CRM.Duplicates
Versions171819202122232425262728latest
Source29
Procedures, 8
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| MakeContIndex | (Record Contact) | public | - | |
| RemoveContIndex | (Record Contact, Boolean) | public | - | |
| DuplicateExist | (Record Contact) | Boolean | public | - |
| LaunchDuplicateForm | (Record Contact) | public | - | |
| Notify | () | public | - | |
| RunModalContactDuplicates | (Notification) | public | - | |
| ComposeIndexString | (var RecordRef, Integer, Option, Integer) | Text[10] | public | - |
| ComposeSearchString | (var RecordRef, Integer, Enum Duplicate Search String Part, Integer) | Text[10] | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnInsDuplContIndexOnBeforeDuplContSearchStringInsert | (var Record Contact, var Record Cont. Duplicate Search String, Record Duplicate Search String Setup) | - |
| Integration event | OnInsDuplContOnAfterDuplContSearchString2SetFilters | (var Record Cont. Duplicate Search String, var Record Cont. Duplicate Search String) | - |
| Integration event | OnMakeContIndex | (var Record Contact, var Boolean) | - |
| Integration event | OnBeforeRemoveContIndex | (Record Contact, Boolean, var Boolean) | - |
| Integration event | OnInsDuplContOnAfterDuplContSetFilters | (var Record Contact Duplicate, var Record Cont. Duplicate Search String, var Record Duplicate Search String Setup) | - |
| Integration event | OnBeforeDuplicateExist | (Record Contact, var Boolean, var Boolean) | - |
| Integration event | OnMakeContIndexOnBeforeInsDuplCont | (var Record Contact, var Boolean) | - |