Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The first beta release of CRM Core Profile marks a huge step forward in both features and stability. Further work on commerce integration is underway and can be found in the git "development" branch.
This release includes a number of improvements and bug fixes over the 7.x-0.91 release. CRM Core Match is now considered stable and provides a sophisticated means for preventing duplicate contacts entering the system.
New features
- Improvements for contacts
- implemented match method on CRMCoreContactEntity
- implemented primary fields for email, phone and address on contacts, for use in feature
development
- added hook_entity_delete for contact records
- added support for relationship deletion
- Improvments for activities
- activities can now be created without first selecting a contact
- modified logic for activity participants, removed dependency on original contact
- modified filters for activity displays, can now filter by all activity types
- Improvements for relationships
- relationships can now be created without first selecting a contact
- Improvements for CRM Core User Sync
- removed dependency on rules configuration for contact to user management
- New module: CRM Core Match
- implements matching engines and logic for identifying duplicate contacts
- implements interface for selecting default matching rules for contacts
- New module: CRM Core Default Matching Engine
- creates matching engine and interface for configuring matching logic