Closed (won't fix)
Project:
Salesforce Suite
Version:
7.x-2.x-dev
Component:
salesforce_api
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 02:08 UTC
Updated:
10 Dec 2012 at 16:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
longwaveFor what it's worth I've implemented something similar in a custom module using hook_watchdog() and checking for $log_entry['type'] == 'salesforce'
Comment #2
EvanDonovan commentedHere's a preliminary patch for this. I am still learning the actions system in Drupal 7, though. It appears that I still need to figure out how tokens work, and how to integrate this with the Rules module, rather than simply the core Actions/Triggers system. Any suggestions would be welcomed.
Comment #3
nicodv commentedHi there, in case one of you reads this, I´m a little bit desperate trying to understand salesforce and maybe you can help me find the right path in order to understand the basics for stuff like:
* if I delete an opportunity in salesforce, the account linked in drupal doesn´t get deleted...
* ...or, how can I trigger an action in drupal when a user is imported. This last doubt is a little bit answered with the patch above, (I´m not a good coder) so I would like to find examples or someone to point me in the right direction.
Any guidance would be seriously appreciated.
Thanks in advance.
nico
Comment #4
kostajh commented