CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Civi Contact Reference and De-Dupe
Pages: [1] 2

Author Topic: Civi Contact Reference and De-Dupe  (Read 2010 times)

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Civi Contact Reference and De-Dupe
November 18, 2013, 10:24:00 am
I have a functionality question relating to Civi 4.3 and Drupal's contact reference fields. Since these fields are storing Civi's contact id, if I were to have duplicate contacts in Civi and then go through the de-duping process, would any Drupal contact reference fields be updated in this process, or would I be looking at some potentially broken connections?

Thanks much!

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 10:30:10 am
I would expect them to break - should be easy enough to test?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 10:30:59 am
Pete is a cynic - I was going to say they should get updated but you need to test :-)
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 10:49:14 am
Assumed that would be the answer but just wanted to make sure no one else had already documented this. Will test this out and post back once it's been completed.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:02:54 pm
Looking at the code, I'd say the answer is "no".
It should be an easy fix though.
Need to implement hook_civicrm_merge similar to how I did here in webform_civicrm.
Try asking your question on the new CiviCRM help site.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:11:04 pm
I would have thought that should be treated as a bug rather than something to fix in an extension.
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:13:23 pm
Eileen I agree it is a bug.
But civicrm_contact_reference is a module, so that's where the fix would be implemented.
Try asking your question on the new CiviCRM help site.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:17:21 pm
Ah - I had thought we were talking about civicrm contact reference fields (which hopefully do update on merge). My mistake I can see it was clearly stated now
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:20:15 pm
Yeap, I happen to know who fixed that: http://issues.civicrm.org/jira/browse/CRM-9561
I guess that nominates me to fix it in the module as well...
Try asking your question on the new CiviCRM help site.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:21:43 pm
oooh karma +

But if you were smart you'd look at who the job is assigned to rather than who supplied the fix when nominating :-)
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:40:32 pm
Well I've already done it twice, so what's one more?
Actually 2 more (yes Eileen I remembered D6)
issues.civicrm.org/jira/browse/CRM-13798
« Last Edit: November 18, 2013, 04:42:52 pm by Coleman Watts »
Try asking your question on the new CiviCRM help site.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:41:26 pm
Quote
An Error Has Occurred!
Sorry, you can't repeat a karma action without waiting 1 hours.

(did you know it did that?)
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:46:57 pm
You'll just have to stay up all night pressing the button every hour :)
Try asking your question on the new CiviCRM help site.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 04:48:35 pm
Or get a friend who hasn't blown their karma budget to do it for me .... PE-ETE
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Civi Contact Reference and De-Dupe
November 18, 2013, 10:06:29 pm
I have a budget to blow - wooo - let me at it.
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Civi Contact Reference and De-Dupe

This forum was archived on 2017-11-26.