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 CiviMember (Moderator: Deepak Srivastava) »
  • Reminders
Pages: [1]

Author Topic: Reminders  (Read 816 times)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Reminders
January 18, 2010, 10:56:54 pm
Am I correct in thinking the membership reminders basically work by

1) identifying all membership records like this:

SELECT *

FROM   civicrm_membership
WHERE
reminder_date is not null
and reminder_date <= CURRENT_DATE

2) sending a reminder


3) setting reminder_date to NULL


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

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Reminders
January 18, 2010, 11:52:11 pm
yes,

To know detail functionality flow you might want to check  bin/UpdateMembershipRecord.php from line around 193 onward.

kiran
You Are Designed To Choose... Defined By Choice.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Reminders
January 19, 2010, 10:30:58 am
Yeah - that's what I looked at and the above is what I think is happening based on my reading of 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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Reminders

This forum was archived on 2017-11-26.