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 (Moderator: Dave Greenberg) »
  • Civi contact in drupal view: link sub type to owner field
Pages: [1]

Author Topic: Civi contact in drupal view: link sub type to owner field  (Read 480 times)

Miranda

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.8
  • CMS version: Acquia dev desktop 7.20.19
  • MySQL version: 5.1.66
  • PHP version: 5.3
Civi contact in drupal view: link sub type to owner field
December 03, 2013, 03:09:50 am
I'm building a drupal view on civicrm contacts.  This works well, I'm just curious about a checkbox option that shows up in the contact sub type: link this field to it's owner.  What does this do?  Selecting or unselecting it doesn't seem to change the view results.  Is this option the reason that when I adjust contact sub types directly in the MySQL data table, they don't show up in the CiviCRM front-end?

Thanks!

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 in drupal view: link sub type to owner field
December 03, 2013, 06:00:20 pm
i suspect it is a leftover from something else - normally that checkbox adds a link eg to the Display Name or the Contact ID to go direct to the civi record
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

Miranda

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.2.8
  • CMS version: Acquia dev desktop 7.20.19
  • MySQL version: 5.1.66
  • PHP version: 5.3
Re: Civi contact in drupal view: link sub type to owner field
December 04, 2013, 07:03:00 am
Thanks!  I'm going to ignore that check box from now on then ;-)

In the mean time, I've sorted out my "update contact sub type in MySQL" problem.  Turns out that the sub type name needs to enclosed in SoH markdown.

I'd never heard of it before, according to the SoH website "Markdown is a system for embedding formatting information in a document in the most unobtrusive way".  The "unobtrusive" part is certainly true, took me ages to realize it was there.  Anyway, if I enclose the subtype in SOH markdown in the update query, all works as expected.  To get the SOH markdown in the SQL-query, I entered one contact with the new contact sub type through the civicrm front-end, went to this record in the table and copied & pasted the value of that field in my SQL code.


Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Civi contact in drupal view: link sub type to owner field

This forum was archived on 2017-11-26.