Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-19923

Scheduled reminders for activities based on "created date"

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 4.7.16
    • Fix Version/s: None
    • Component/s: Core CiviCRM
    • Labels:
    • Versioning Impact:
      Minor (add functionality in backwards-compatible manner)
    • Documentation Required?:
      None
    • Funding Source:
      Contributed Code
    • Verified?:
      No

      Description

      Among other things, this will require adding a created_date timestamp to the `civicrm_activity` table, like so ALTER TABLE `civicrm_activity` ADD `created_date` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Date/time of activity creation'; and then immediately setting civicrm_activity.created_date to NULL for all existing activities.

      This would be useful for supporting a customizable pseudo-immediate notifications to assignees, targets, source contacts, etc. – a more flexible step up from the "Notify Activity Assignees" behavior.

      This is a good idea, right? Assuming so, a PR is in the works.

        Attachments

          Activity

            People

            • Assignee:
              allenshaw Allen Shaw
              Reporter:
              allenshaw Allen Shaw
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated: