Clients SuiteCRM
Categories
Component ID
2378371
Component name
Clients SuiteCRM
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
990
Component created
Component changed
Component body
This modules provides a bridge between Drupal & SuiteCRM.
It provides you a Web Service Clients connection type for the SuiteCRM REST service.
With the connection you're able to call the service methods.
The module also integrates with the Remote Entity API.
Once a connection is created the module creates Clients resources remote entity configurations for every module in your SuiteCRM installation.
Those client resources can be configured to represent Drupal entities.
When doing so the required base table is created and you'll be able to use your SuiteCRM modules as Drupal entities:
// Fetch a suiteCRM lead, adjust and save it.
$lead = remote_entity_load_by_remote_id('suitecrm__leads', '12e96f03-98e9-8571-ff2b-5332cb2411aa');
$lead->crm_first_name = 'Druplicon';
remote_entity_save('suitecrm__leads', $lead);
ToDo
- Relationship handling
- Complex data type
Compatibility
The module is compatible with all flavors of SuiteCRM / SugarCRM that support the version 4.1 of the REST service:
- SuiteCRM
- SugarCRM Community Edition
- SugarCRM Pro (Closed Source) :(
