Closed (fixed)
Project:
Salesforce Suite
Version:
6.x-2.x-dev
Component:
sf_notifications
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 May 2012 at 18:54 UTC
Updated:
29 May 2012 at 10:54 UTC
Jump to comment: Most recent file

Comments
Comment #1
kostajh commentedSorry for the confusion:
- SF Import is for periodic, cron-based polling of Salesforce for updated records.
- SF Notifications does not rely on cron, and is real time (more or less).
So, you probably only want to use one of the two modules.
Comment #2
texas-bronius commentedAh. The screenshot I sent was from sf_import config, good catch. However, I've got the same field mapping set for Notifications. To test what I think you are suggesting I turned off the field mapping shown in my screenshot above and kept the one under Notifications:
- Made a change remotely in SFDC which triggered an Outbound Message
- Watchdog reported my endpoint was hit
- The expected change was not made to the node content on the mapped fields.
With sf_import field mapping unchecked, even cron doesn't do the thing. My sf_notifications "conditions" block is just

return TRUE;:Do I need to _disable_ sf_import? I just tried that .. same no result. Maybe it's never worked for me? :(
Comment #4
nicodv commentedHi, sf is not importing automatically new records at cron run, how should i configure it so it does that?
thanks