Changes between Version 5 and Version 6 of BluePrint/Sync/CiviCRM


Ignore:
Timestamp:
11/12/12 15:54:09 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Sync/CiviCRM

    v5 v6  
    103103
    104104== Implementation ==
    105 
    106   - CiviCRM API connector for Sync is implemented
    107   - A stub for an XSLT stylesheet CiviCRM->S3XML is implemented: https://github.com/flavour/eden/blob/master/static/formats/ccrm/import.xsl
     105* CiviCRM API connector for Sync is implemented
     106* A stub for an XSLT stylesheet CiviCRM->S3XML is implemented: https://github.com/flavour/eden/blob/master/static/formats/ccrm/import.xsl
    108107
    109108Note:
    110 
    111   - currently only supports "pull" as synchronization method
    112   - currently only supports "pr_person" resource
     109* currently only supports "pull" as synchronization method
     110* currently only supports "pr_person" resource
    113111
    114112== References ==
    115 
    116 * CiviCRM REST API: http://book.civicrm.org/developer/current/techniques/api/
     113* http://book.civicrm.org/developer/current/techniques/api/
    117114* http://wiki.civicrm.org/confluence/display/CRMDOC42/REST+interface
    118115* http://wiki.civicrm.org/confluence/display/CRMDOC42/CiviCRM+data+architecture
    119116* [wiki:UserGuidelines/Admin/Synchronization]
    120 BluePrint