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) »
  • Developer Discussion »
  • Report and Search UI Discussion (Moderators: CiviTeacher.com, TwoMice) »
  • Sybunt and Lybunt Report fields
Pages: [1]

Author Topic: Sybunt and Lybunt Report fields  (Read 483 times)

jansmath3

  • I’m new here
  • *
  • Posts: 10
  • Karma: 0
  • CiviCRM version: 4..7.11
  • CMS version: Drupal 7.51
  • MySQL version: 5.5.52
  • PHP version: 5.5.9-1
Sybunt and Lybunt Report fields
October 25, 2016, 07:21:24 am
I'm confused why Organization Name and Prefix are in the Lybunt report but not in the Sybunt report.  They both have

Code: [Select]
'fields' => $this->getBasicContactFields(), which I thought included these fields.  Maybe I'm missing something.

I can quickly add Organization with this:
Code: [Select]
'organization_name' => array(
            'title' => ts('Organization'),
          ),

but I'm unclear how to add the prefix_id and convert it to the correct output (Mr., Mrs., etc)

Code: [Select]
   'prefix_id' => array(
            'title' => ts('Prefix'),

Thanks in advance for your help.

Drupal 7.51, Civicrm 4.7.11

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion »
  • Report and Search UI Discussion (Moderators: CiviTeacher.com, TwoMice) »
  • Sybunt and Lybunt Report fields

This forum was archived on 2017-11-26.