Changes between Version 5 and Version 6 of Drupal HowTo Write Cron Tasks for CiviCRM


Ignore:
Timestamp:
11/19/13 11:37:30 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Drupal HowTo Write Cron Tasks for CiviCRM

    v5 v6  
    1212== GENVASC 'mark as available' activity ==
    1313
     14'''This has been applied to test, but not production.'''
     15
    1416The code is located in the ''genvasc_labels'' module and uses the CiviCRM API.  The process is as follows:
    1517
     
    22241. Update the 'Mark available for cohorting' activity status to be completed.
    2325
     26'''This change requires the amended Case API that has been submitted to CiviCRM as a patch.'''  The original version of the {{{civicrm/api/v3/Case.php}}} has been renamed to {{{civicrm/api/v3/Case.php.old}}}.
     27
    2428== Note regarding Cron System ==
    2529By default, the activities and entries created by automated jobs in this way are assigned to whichever user triggered the cron job, in a similar way to the user who accesses an API call in a module being assigned to the results of that API call.