By Wassim Ghannoum on
Hello,
i want to know if there's any way to integrate CiviCRM with Content types in drupal?
i'm using content_profile module to make the user profile a content type...
i know that there's a cck contact field wish integrate with CiviCRM, but this is not what i want..
i want to know if i can integrate specific fields, like first name, last name, mobile number (only) and other fields will not be saved in CiviCRM...
appreciate your help
Comments
If CiviCRM supports xmlRPC
If CiviCRM supports xmlRPC or other web-services you can use the service module or xmlrpc communicaiton and thus integrate the data. I have done this in the case of openerp. check openerp proxyAPI module
Also check with http://drupal.org/project/civicrm and other related modules
Thanks for your reply, i used
Thanks for your reply,
i used views_export to export some fields as xls file, and i'll import them manually in CiviCRM..