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.