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

Twin primes whose sum is a cube

Emailing HOD to enhance faculty application

Diode datasheet reading

Could gravitational lensing be used to protect a spaceship from a laser?

Cronab fails because shell path not found

How can I tell someone that I want to be his or her friend?

How to say in German "enjoying home comforts"

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

A reference to a well-known characterization of scattered compact spaces

Can one be a co-translator of a book, if he does not know the language that the book is translated into?

Why is the ratio of two extensive quantities always intensive?

What mechanic is there to disable a threat instead of killing it?

Should I tell management that I intend to leave due to bad software development practices?

Why does Kotter return in Welcome Back Kotter

Western buddy movie with a supernatural twist where a woman turns into an eagle at the end

Why 'in' operator is throwing error instead of logging false with string literal

Facing a paradox: Earnshaw's theorem in one dimension

What does it mean to describe someone as a butt steak?

Why doesn't H₄O²⁺ exist?

Did Shadowfax go to Valinor?

Took a trip to a parallel universe, need help deciphering

How do conventional missiles fly?

Alternative to sending password over mail?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?



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













1















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.










share|improve this question


























    1















    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.










    share|improve this question
























      1












      1








      1


      1






      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 4 hours ago









      Mick KahnMick Kahn

      621216




      621216




















          2 Answers
          2






          active

          oldest

          votes


















          2














          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.






          share|improve this answer

























          • Ah you're right. I'll update answer.

            – Demerit
            3 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
            1 hour ago


















          1














          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






          share|improve this answer























            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
            );



            );













            draft saved

            draft discarded


















            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









            2














            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.






            share|improve this answer

























            • Ah you're right. I'll update answer.

              – Demerit
              3 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
              1 hour ago















            2














            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.






            share|improve this answer

























            • Ah you're right. I'll update answer.

              – Demerit
              3 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
              1 hour ago













            2












            2








            2







            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.






            share|improve this answer















            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.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 3 hours ago

























            answered 4 hours ago









            DemeritDemerit

            4,0462621




            4,0462621












            • Ah you're right. I'll update answer.

              – Demerit
              3 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
              1 hour ago

















            • Ah you're right. I'll update answer.

              – Demerit
              3 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
              1 hour ago
















            Ah you're right. I'll update answer.

            – Demerit
            3 hours ago





            Ah you're right. I'll update answer.

            – Demerit
            3 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
            1 hour ago





            Thanks that tells me what I need, so I have deleted my earlier comment on your previous version of the answer

            – Mick Kahn
            1 hour ago











            1














            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






            share|improve this answer



























              1














              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






              share|improve this answer

























                1












                1








                1







                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






                share|improve this answer













                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







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                Mick KahnMick Kahn

                621216




                621216



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    बाताम इन्हें भी देखें सन्दर्भ दिक्चालन सूची1°05′00″N 104°02′0″E / 1.08333°N 104.03333°E / 1.08333; 104.033331°05′00″N 104°02′0″E / 1.08333°N 104.03333°E / 1.08333; 104.03333

                    Why is the 'in' operator throwing an error with a string literal instead of logging false?Why can't I use switch statement on a String?Python join: why is it string.join(list) instead of list.join(string)?Multiline String Literal in C#Why does comparing strings using either '==' or 'is' sometimes produce a different result?How to initialize an array's length in javascript?How can I print literal curly-brace characters in python string and also use .format on it?Why does ++[[]][+[]]+[+[]] return the string “10”?Why is char[] preferred over String for passwords?Why does this code using random strings print “hello world”?jQuery.inArray(), how to use it right?

                    How can we generalize the fact of finite dimensional vector space to an infinte dimensional case?$k[x]$-module and cyclic module over a finite dimensional vector spaceSubspace of a finite dimensional space is finite dimensionalIf V is an infinite-dimensional vector space, and S is an infinite-dimensional subspace of V, must the dimension of V/S be finite? ExplainWhy is an infinite dimensional space so different than a finite dimensional one?base for finite dimensional vector space is not infinite dimensional vector space?Any finite-dimensional vector space is the dual space of anotherHaving Trouble Understanding Meaning Of A Finite-Dimensional Vector SpaceProve that “Every subspaces of a finite-dimensional vector space is finite-dimensional”Ring as a finite dimensional Vector space over a field KQuestion regarding basis and dimension