You are here

16 calls to salesforce_api_salesforce_fieldmap_load() in Salesforce Suite 7.2

salesforce_api_fieldmap_clone in salesforce_api/salesforce_api.module
Clones a fieldmap.
salesforce_api_fieldmap_edit_form_submit in salesforce_api/salesforce_api.admin.inc
FAPI submit handler for fieldmap editor.
salesforce_api_fieldmap_export_create in salesforce_api/salesforce_api.module
Creates an object for export to Salesforce based on the supplied Drupal object and fieldmap.
salesforce_api_fieldmap_load in salesforce_api/salesforce_api.module
%wildcard_load implementation for %salesforce_api_fieldmap menu wildcard.
salesforce_api_retrieve in salesforce_api/salesforce_api.module
Wraps SforceBaseClient::retrieve. Retrieve an object from Salesforce with standard fields and any data in fields defined in the name object.
salesforce_fieldmap_features_rebuild in salesforce_api/salesforce_api.features.inc
sf_entity_entity_delete in sf_entity/sf_entity.module
Implements hook_entity_delete(). This should be sufficient for implementing node and user deletion as well.
sf_entity_export in sf_entity/sf_entity.module
Exports an entity to Salesforce using the specified fieldmap and stores the ID of the Salesforce object for the entity.
sf_entity_import in sf_entity/sf_entity.module
Imports data from Salesforce into a Drupal entity
sf_entity_salesforce_form in sf_entity/sf_entity.module
Displays the Salesforce synchronization form.
sf_entity_save in sf_entity/sf_entity.module
sf_import_import_records in sf_import/sf_import.module
This function is called on cron run. It is responsible for calling functions to import records using the getUpdated() method or a custom SOQL query, depending on what the user selected in admin settings for sf_import.
sf_import_settings_form in sf_import/sf_import.admin.inc
Main import settings form for Salesforce Import module.
sf_notifications_update_record in sf_notifications/sf_notifications.module
Helper function for _sf_notifications_handle_message() - attempt to update (or insert if $object_record['oid'] is empty) the local object data, given the salesforce object_record.
sf_prematch_sf_find_match in sf_prematch/sf_prematch.module
Implements hook_sf_find_match().
_sf_notifications_handle_message in sf_notifications/sf_notifications.module
Loop through an array of SObjects from Salesforce and save them according to any existing sf fieldmaps, notification settings, and data.