You are here

function sf_prematch_import in Salesforce Suite 7

Same name and namespace in other branches
  1. 6.2 sf_prematch/sf_prematch.main.inc \sf_prematch_import()
  2. 7.2 sf_prematch/sf_prematch.main.inc \sf_prematch_import()
1 call to sf_prematch_import()
sf_prematch_sf_find_match in sf_prematch/sf_prematch.module
Implement hook_sf_find_match

File

sf_prematch/sf_prematch.main.inc, line 107
Import/Export functions for sf_prematch module.

Code

function sf_prematch_import($object, $map, $match_by) {

  // As of 2/23/2010 there is no out of the box functionality to import a salesforce
  // record without already having established a mapping. Therefore, developers
  // exposing such functionality should implement their own hook_sf_find_map:import
  return;
}