Custom Criteria for the Duplicate User Rule
You can add multiple sets of custom criteria to define your Duplicate User rule.
The condition and match string must be authored in C#. See Properties and Methods for a list of properties and methods that can be used in the Custom Criteria section.
The following comparison types are available for your custom Duplicate User rule.
Compare by |
Definition |
Exact match |
The search criteria for the original user must exactly match that of the duplicate user, but the search is not case sensitive. |
Exact match (case sensitive) |
The search criteria for the original user must exactly match that of the duplicate user, and the search is case sensitive. |
Contains |
The search criteria for the original user must contain that of the duplicate user, but the search is not case sensitive. |
Contains (case sensitive) |
The search criteria for the original user must contain that of the duplicate user, and the search is case sensitive. |
Similar (at least 90%) |
The search criteria for the original user must have a degree of similarity with that of the duplicate user of at least 90%. |
Similar (at least 70%) |
The search criteria for the original user must have a degree of similarity with that of the duplicate user of at least 70%. |
Similar (at least 50%) |
The search criteria for the original user must have a degree of similarity with that of the duplicate user of at least 50%. |
Similar (at most 1 character) |
The search criteria for the original user must be similar to that of the duplicate user; they are not allowed to differ by more than 1 character. |
Similar (at most 2 characters) |
The search criteria for the original user must be similar to that of the duplicate user; they are not allowed to differ by more than 2 characters. |
Similar (at most 3 characters) |
The search criteria for the original user must be similar to that of the duplicate user; they are not allowed to differ by more than 3 characters. |