Changes between Initial Version and Version 1 of CiviCRM HowTo Create a New Case Type


Ignore:
Timestamp:
06/17/14 12:31:22 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Create a New Case Type

    v1 v1  
     1== CiviCRM Case Type
     2
     3=== Define a subject for an activity in a CiviCase Timeline:
     4
     5When creating activities in the timeline in the Case XML file, add a new XML element called {{{subject}}} that contains the required activity subject.  When the timeline is created, the activity will be created using the given timeline.
     6
     7This functionality has been coded into a custom version of the file: /CRM/Case/XMLProcessor/Process.php.