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 (Moderator: Donald Lobo) »
  • Is the content in the activity tab generated by getContactActivity?
Pages: [1]

Author Topic: Is the content in the activity tab generated by getContactActivity?  (Read 1092 times)

boxfresh_1979

  • Guest
Is the content in the activity tab generated by getContactActivity?
March 03, 2009, 03:06:20 am
Hi,

I'm trying to make some tweaks to the list of activities that are displayed in the activity tab of a contacts records. I've tried making modifications to CRM_Activity_BAO_Activity::getContactActivity but this doesn't seem to make any difference.

Which function(s) are used to generate this list of activities?

Thanks in advance for any pointers.

Rich

Oh and I'm on Drupal 5.15 w/ CiviCRM 2.0.7

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Is the content in the activity tab generated by getContactActivity?
March 03, 2009, 03:52:00 am
hi

Quote
Which function(s) are used to generate this list of activities?
CRM_Activity_BAO_Activity::getOpenActivities( );

Call to this function come from activity selector. ( CRM_Activity_Selector_Activity:: getRows( ); )

kiran
« Last Edit: March 03, 2009, 03:56:46 am by kiran »
You Are Designed To Choose... Defined By Choice.

boxfresh_1979

  • Guest
Re: Is the content in the activity tab generated by getContactActivity?
March 03, 2009, 06:51:51 am
Excellent, just what I was looking for.

Thanks

Rich

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Is the content in the activity tab generated by getContactActivity?

This forum was archived on 2017-11-26.