Closed (duplicate)
Project:
Salesforce Suite
Version:
7.x-2.x-dev
Component:
sf_import
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2012 at 20:12 UTC
Updated:
9 Aug 2012 at 14:11 UTC
When I click on PROCESS UPDATES FOR ALL FIELDMAPS / Import updates button, I get this error:
Fatal error: Call to undefined function _sf_import_get_updated_records() in /home/bsghubne/public_html/sites/all/modules/salesforce/sf_import/sf_import.admin.inc on line 201
Can someone out there help me?
Comments
Comment #1
timozura commentedI ran into this as well. The function '_sf_import_get_updated_records' has not been defined. I checked a few older versions of the module and the lastest dev, but it doesn't look like it has ever been defined.
That 'Process Updates for all fieldmaps' button does not appear unless there are differences between a drupal record and the salesforce object to which it is linked, which is great. However, pressing that button does not seem to actually do anything because of the missing function.
For now - and I will try to look at this later - I'm able to use the ' Custom SOQL query' option under the advanced settings for the particular field map I want to update. I set the query box to 'Email != '''. Then, when I run cron, the updates do in fact get updated. It's a good enough workaround for me for now.
Great module, btw. Really appreciate the hard work that went into this.
Comment #2
nicodv commentedHey zarazura, a great tip the 'Email != ''' in the query box. I understand that by that you are telling it to actually update everything.
I´ll try it and see if it updates something at last.
thanks so much
Comment #3
kostajh commentedDuplicate of #1548000: _sf_import_get_updated_records referenced in sf_import.admin.inc