You are here

MODULES.txt in Salesforce Suite 6.2

Same filename and directory in other branches
  1. 7.2 MODULES.txt
SALESFORCE SUITE MODULES
  
  salesforce_api
    Core suite module including implementations of Salesforce API and various wrappers. Offers utilities for managing API settings, drush utilities, CRUD for fieldmappings, and CRUD for mapped objects. This is a pre-requisite for all other suite modules.

  sf_contrib
    Helper module implementing import / export handlers for contrib modules like date, location, and various cck field types.
    
  sf_import
    Implements bulk fieldmap-based import functionality for one-off imports of Salesforce data. Specifically useful for bootstrapping Drupal-Salesforce sites.
   
  sf_node
    Object mapping module. Handles all the needs for node mappings.
    
  sf_prematch
    Defines an API to allow object mapping modules to define "matching" criteria against which to search for and update existing objects before creating new ones. Primarly useful in reducing duplicate object creation.
    
  sf_queue
    Implements a queueing system for outbound object data. Primarly useful in reducing Salesforce API usage.
    
  sf_user
    Object mapping module. Handles all the needs for user mappings.

File

MODULES.txt
View source
  1. SALESFORCE SUITE MODULES
  2. salesforce_api
  3. Core suite module including implementations of Salesforce API and various wrappers. Offers utilities for managing API settings, drush utilities, CRUD for fieldmappings, and CRUD for mapped objects. This is a pre-requisite for all other suite modules.
  4. sf_contrib
  5. Helper module implementing import / export handlers for contrib modules like date, location, and various cck field types.
  6. sf_import
  7. Implements bulk fieldmap-based import functionality for one-off imports of Salesforce data. Specifically useful for bootstrapping Drupal-Salesforce sites.
  8. sf_node
  9. Object mapping module. Handles all the needs for node mappings.
  10. sf_prematch
  11. Defines an API to allow object mapping modules to define "matching" criteria against which to search for and update existing objects before creating new ones. Primarly useful in reducing duplicate object creation.
  12. sf_queue
  13. Implements a queueing system for outbound object data. Primarly useful in reducing Salesforce API usage.
  14. sf_user
  15. Object mapping module. Handles all the needs for user mappings.