Reserved de-dupe rulesAdding value conditions to dedupe rulesCreate new contacts every time someone makes a contribution ( with duplicate emails )Deduping organizationsWhat are the Attributes for the Reserved DeDupe RulesContact Dedupe BasicsCivi duplicate rules with respect to email & primary versus location typeEmployer on Profile - MismatchingDedupe Rules to import contacts without email addresses *UPDATE*Import Contacts with dedupe rulesUnsupervised reserved rule for individuals not working
Python: return float 1.0 as int 1 but float 1.5 as float 1.5
Infinite Abelian subgroup of infinite non Abelian group example
Took a trip to a parallel universe, need help deciphering
I'm flying to France today and my passport expires in less than 2 months
Emailing HOD to enhance faculty application
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
How to model explosives?
Why do I get two different answers for this counting problem?
How do I write bicross product symbols in latex?
What to put in ESTA if staying in US for a few days before going on to Canada
How can saying a song's name be a copyright violation?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Does casting Light, or a similar spell, have any effect when the caster is swallowed by a monster?
Did converts (ger tzedek) in ancient Israel own land?
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
How could indestructible materials be used in power generation?
What exploit are these user agents trying to use?
Why does Arabsat 6A need a Falcon Heavy to launch
Why doesn't H₄O²⁺ exist?
Can I use a neutral wire from another outlet to repair a broken neutral?
Does a druid starting with a bow start with no arrows?
Combinations of multiple lists
What is the word for reserving something for yourself before others do?
90's TV series where a boy goes to another dimension through portal near power lines
Reserved de-dupe rules
Adding value conditions to dedupe rulesCreate new contacts every time someone makes a contribution ( with duplicate emails )Deduping organizationsWhat are the Attributes for the Reserved DeDupe RulesContact Dedupe BasicsCivi duplicate rules with respect to email & primary versus location typeEmployer on Profile - MismatchingDedupe Rules to import contacts without email addresses *UPDATE*Import Contacts with dedupe rulesUnsupervised reserved rule for individuals not working
I'm wanting to refine the de-duping rules, but first of all I'd like to find out exactly what the predefined rules are before I create my own. They are reserved, so you can't edit them, which is fine, but it only tells you which fields they use and not what the weights and thresholds are so the full behaviour is not clear.
duplicate-contacts
add a comment |
I'm wanting to refine the de-duping rules, but first of all I'd like to find out exactly what the predefined rules are before I create my own. They are reserved, so you can't edit them, which is fine, but it only tells you which fields they use and not what the weights and thresholds are so the full behaviour is not clear.
duplicate-contacts
add a comment |
I'm wanting to refine the de-duping rules, but first of all I'd like to find out exactly what the predefined rules are before I create my own. They are reserved, so you can't edit them, which is fine, but it only tells you which fields they use and not what the weights and thresholds are so the full behaviour is not clear.
duplicate-contacts
I'm wanting to refine the de-duping rules, but first of all I'd like to find out exactly what the predefined rules are before I create my own. They are reserved, so you can't edit them, which is fine, but it only tells you which fields they use and not what the weights and thresholds are so the full behaviour is not clear.
duplicate-contacts
duplicate-contacts
asked 7 hours ago
Mick KahnMick Kahn
636216
636216
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If you have access to the database type
SELECT * from civicrm_dedupe_rule r inner join civicrm_dedupe_rule_group rg on rg.id = r.dedupe_rule_group_id;
which will give you a table which isn't pretty but is mostly understandable.
Ah you're right. I'll update answer.
– Demerit
6 hours ago
Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer
– Mick Kahn
4 hours ago
add a comment |
Using Demerit's correct and useful answer above, here are the details in plain text of the three pre-configured rules that you can't see by the normal method, so may be of use to others:
Name and Email (reserved): Supervised: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 7
Email: Length "null", Weight 10
Threshold 20
Email (reserved): Unsupervised: Individual
Email: Length "null", Weight 10
Threshold 20
Name and Address (reserved): General: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 5
Street Address: Length "null", Weight 5
Middle Name: Length "null", Weight 1
Suffix: Length "null", Weight 1
Threshold: 15
Not blaming you at all but some of those look a bit nuts. Is it possible you mis-copied the Email Unsupervised? Having Email = 10 and Threshold = 20 does not seem healthy. I do not see that on a site i just checked. The Threshold was set to 10.
– petednz - fuzion♦
2 hours ago
For the Name and Address (which I do see the same on a db i just checked) have Middle Name = 1 and Suffix = 1 for a Threshold of 15 seems pointless as they will never play a role in determining someone is a match will they?
– petednz - fuzion♦
2 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "605"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f29155%2freserved-de-dupe-rules%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you have access to the database type
SELECT * from civicrm_dedupe_rule r inner join civicrm_dedupe_rule_group rg on rg.id = r.dedupe_rule_group_id;
which will give you a table which isn't pretty but is mostly understandable.
Ah you're right. I'll update answer.
– Demerit
6 hours ago
Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer
– Mick Kahn
4 hours ago
add a comment |
If you have access to the database type
SELECT * from civicrm_dedupe_rule r inner join civicrm_dedupe_rule_group rg on rg.id = r.dedupe_rule_group_id;
which will give you a table which isn't pretty but is mostly understandable.
Ah you're right. I'll update answer.
– Demerit
6 hours ago
Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer
– Mick Kahn
4 hours ago
add a comment |
If you have access to the database type
SELECT * from civicrm_dedupe_rule r inner join civicrm_dedupe_rule_group rg on rg.id = r.dedupe_rule_group_id;
which will give you a table which isn't pretty but is mostly understandable.
If you have access to the database type
SELECT * from civicrm_dedupe_rule r inner join civicrm_dedupe_rule_group rg on rg.id = r.dedupe_rule_group_id;
which will give you a table which isn't pretty but is mostly understandable.
edited 6 hours ago
answered 7 hours ago
DemeritDemerit
4,0462621
4,0462621
Ah you're right. I'll update answer.
– Demerit
6 hours ago
Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer
– Mick Kahn
4 hours ago
add a comment |
Ah you're right. I'll update answer.
– Demerit
6 hours ago
Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer
– Mick Kahn
4 hours ago
Ah you're right. I'll update answer.
– Demerit
6 hours ago
Ah you're right. I'll update answer.
– Demerit
6 hours ago
Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer
– Mick Kahn
4 hours ago
Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer
– Mick Kahn
4 hours ago
add a comment |
Using Demerit's correct and useful answer above, here are the details in plain text of the three pre-configured rules that you can't see by the normal method, so may be of use to others:
Name and Email (reserved): Supervised: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 7
Email: Length "null", Weight 10
Threshold 20
Email (reserved): Unsupervised: Individual
Email: Length "null", Weight 10
Threshold 20
Name and Address (reserved): General: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 5
Street Address: Length "null", Weight 5
Middle Name: Length "null", Weight 1
Suffix: Length "null", Weight 1
Threshold: 15
Not blaming you at all but some of those look a bit nuts. Is it possible you mis-copied the Email Unsupervised? Having Email = 10 and Threshold = 20 does not seem healthy. I do not see that on a site i just checked. The Threshold was set to 10.
– petednz - fuzion♦
2 hours ago
For the Name and Address (which I do see the same on a db i just checked) have Middle Name = 1 and Suffix = 1 for a Threshold of 15 seems pointless as they will never play a role in determining someone is a match will they?
– petednz - fuzion♦
2 hours ago
add a comment |
Using Demerit's correct and useful answer above, here are the details in plain text of the three pre-configured rules that you can't see by the normal method, so may be of use to others:
Name and Email (reserved): Supervised: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 7
Email: Length "null", Weight 10
Threshold 20
Email (reserved): Unsupervised: Individual
Email: Length "null", Weight 10
Threshold 20
Name and Address (reserved): General: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 5
Street Address: Length "null", Weight 5
Middle Name: Length "null", Weight 1
Suffix: Length "null", Weight 1
Threshold: 15
Not blaming you at all but some of those look a bit nuts. Is it possible you mis-copied the Email Unsupervised? Having Email = 10 and Threshold = 20 does not seem healthy. I do not see that on a site i just checked. The Threshold was set to 10.
– petednz - fuzion♦
2 hours ago
For the Name and Address (which I do see the same on a db i just checked) have Middle Name = 1 and Suffix = 1 for a Threshold of 15 seems pointless as they will never play a role in determining someone is a match will they?
– petednz - fuzion♦
2 hours ago
add a comment |
Using Demerit's correct and useful answer above, here are the details in plain text of the three pre-configured rules that you can't see by the normal method, so may be of use to others:
Name and Email (reserved): Supervised: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 7
Email: Length "null", Weight 10
Threshold 20
Email (reserved): Unsupervised: Individual
Email: Length "null", Weight 10
Threshold 20
Name and Address (reserved): General: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 5
Street Address: Length "null", Weight 5
Middle Name: Length "null", Weight 1
Suffix: Length "null", Weight 1
Threshold: 15
Using Demerit's correct and useful answer above, here are the details in plain text of the three pre-configured rules that you can't see by the normal method, so may be of use to others:
Name and Email (reserved): Supervised: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 7
Email: Length "null", Weight 10
Threshold 20
Email (reserved): Unsupervised: Individual
Email: Length "null", Weight 10
Threshold 20
Name and Address (reserved): General: Individual
First Name: Length "null", Weight 5
Last Name: Length "null", Weight 5
Street Address: Length "null", Weight 5
Middle Name: Length "null", Weight 1
Suffix: Length "null", Weight 1
Threshold: 15
answered 4 hours ago
Mick KahnMick Kahn
636216
636216
Not blaming you at all but some of those look a bit nuts. Is it possible you mis-copied the Email Unsupervised? Having Email = 10 and Threshold = 20 does not seem healthy. I do not see that on a site i just checked. The Threshold was set to 10.
– petednz - fuzion♦
2 hours ago
For the Name and Address (which I do see the same on a db i just checked) have Middle Name = 1 and Suffix = 1 for a Threshold of 15 seems pointless as they will never play a role in determining someone is a match will they?
– petednz - fuzion♦
2 hours ago
add a comment |
Not blaming you at all but some of those look a bit nuts. Is it possible you mis-copied the Email Unsupervised? Having Email = 10 and Threshold = 20 does not seem healthy. I do not see that on a site i just checked. The Threshold was set to 10.
– petednz - fuzion♦
2 hours ago
For the Name and Address (which I do see the same on a db i just checked) have Middle Name = 1 and Suffix = 1 for a Threshold of 15 seems pointless as they will never play a role in determining someone is a match will they?
– petednz - fuzion♦
2 hours ago
Not blaming you at all but some of those look a bit nuts. Is it possible you mis-copied the Email Unsupervised? Having Email = 10 and Threshold = 20 does not seem healthy. I do not see that on a site i just checked. The Threshold was set to 10.
– petednz - fuzion♦
2 hours ago
Not blaming you at all but some of those look a bit nuts. Is it possible you mis-copied the Email Unsupervised? Having Email = 10 and Threshold = 20 does not seem healthy. I do not see that on a site i just checked. The Threshold was set to 10.
– petednz - fuzion♦
2 hours ago
For the Name and Address (which I do see the same on a db i just checked) have Middle Name = 1 and Suffix = 1 for a Threshold of 15 seems pointless as they will never play a role in determining someone is a match will they?
– petednz - fuzion♦
2 hours ago
For the Name and Address (which I do see the same on a db i just checked) have Middle Name = 1 and Suffix = 1 for a Threshold of 15 seems pointless as they will never play a role in determining someone is a match will they?
– petednz - fuzion♦
2 hours ago
add a comment |
Thanks for contributing an answer to CiviCRM Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f29155%2freserved-de-dupe-rules%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown