Changes between Version 5 and Version 6 of BluePrint/Sync/CiviCRM
- Timestamp:
- 11/12/12 15:54:09 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Sync/CiviCRM
v5 v6 103 103 104 104 == 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 108 107 109 108 Note: 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 113 111 114 112 == References == 115 116 * CiviCRM REST API: http://book.civicrm.org/developer/current/techniques/api/ 113 * http://book.civicrm.org/developer/current/techniques/api/ 117 114 * http://wiki.civicrm.org/confluence/display/CRMDOC42/REST+interface 118 115 * http://wiki.civicrm.org/confluence/display/CRMDOC42/CiviCRM+data+architecture 119 116 * [wiki:UserGuidelines/Admin/Synchronization] 120 BluePrint