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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • No Change logs for tabbed Custom Data?
Pages: [1]

Author Topic: No Change logs for tabbed Custom Data?  (Read 874 times)

mtem27

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 3.1
  • CMS version: 6
  • MySQL version: 5
  • PHP version: 5
No Change logs for tabbed Custom Data?
November 09, 2011, 05:45:32 pm
Do tabbed/multiple records custom data updates being logged?

It seems if custom data are inline and gets updated the changes are logged and the counter for Change Logs tab increment.

But this is not the case for tabbed custom data, when there is an update for these records Change Logs counter does not change/incremet.

I tried this in demo site and also works this way. Is this correct? Is there a way to have the changes in tabbed custom data get recorded in Change Logs?

Thanks in advance for any help.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: No Change logs for tabbed Custom Data?
November 09, 2011, 07:08:06 pm

Currently no, though you can potentially do so with a hook. If you do so, please publish your changes so others can benefit

If u've enabled the civicrm trigger based change logging (from administer civicrm >> settings >> misc settings), then it should also store all changes made to custom data fields

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

mtem27

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 3.1
  • CMS version: 6
  • MySQL version: 5
  • PHP version: 5
Re: No Change logs for tabbed Custom Data?
November 10, 2011, 12:19:36 am
Thanks Lobo  :).

I was able to make this work using hook_civicrm_custom and calling CRM_Core_BAO_Log::register passing $entityID and 'civicrm_contact' parameters.

Apparently I can't post the module/script, I'm getting the message "Sorry, you are not allowed to post external links" though I'm not posting any.

Thanks again.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • No Change logs for tabbed Custom Data?

This forum was archived on 2017-11-26.