You are here

MODULES.txt in Salesforce Suite 7.2

Same filename and directory in other branches
  1. 6.2 MODULES.txt
SALESFORCE SUITE MODULES:
-------------------------

  Salesforce API (salesforce_api):
    Core Suite module including implementations of Salesforce API and various wrappers. 
    Provides an admin screen for managing API connection settings, CRUD for fieldmappings, 
    CRUD for mapped objects, and integration with CTools, Features, Views, and Drush. 
    This is a prerequisite for all other Suite modules.

  Salesforce Entity (sf_entity):
    Handles both exports and imports of core and contributed Drupal entities, including both
    core fields and FieldAPI fields.

  Salesforce Import (sf_import):
    Implements bulk fieldmap-based import functionality for one-off imports of Salesforce data. 
    Particularly useful for bootstrapping Drupal-Salesforce integrations by pulling in a large
    batch of data initially.

  Salesforce Notifications (sf_notifications)
    Provides functionality to respond to Salesforce Outbound Notifications.
    Can be used to trigger imports in Drupal when data changes in Salesforce.

  Salesforce Match (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.

  Salesforce Queue (sf_queue):
    Implements a queueing system for outbound object data. Primarly useful in reducing 
    Salesforce API usage.

File

MODULES.txt
View source
  1. SALESFORCE SUITE MODULES:
  2. -------------------------
  3. Salesforce API (salesforce_api):
  4. Core Suite module including implementations of Salesforce API and various wrappers.
  5. Provides an admin screen for managing API connection settings, CRUD for fieldmappings,
  6. CRUD for mapped objects, and integration with CTools, Features, Views, and Drush.
  7. This is a prerequisite for all other Suite modules.
  8. Salesforce Entity (sf_entity):
  9. Handles both exports and imports of core and contributed Drupal entities, including both
  10. core fields and FieldAPI fields.
  11. Salesforce Import (sf_import):
  12. Implements bulk fieldmap-based import functionality for one-off imports of Salesforce data.
  13. Particularly useful for bootstrapping Drupal-Salesforce integrations by pulling in a large
  14. batch of data initially.
  15. Salesforce Notifications (sf_notifications)
  16. Provides functionality to respond to Salesforce Outbound Notifications.
  17. Can be used to trigger imports in Drupal when data changes in Salesforce.
  18. Salesforce Match (sf_prematch):
  19. Defines an API to allow object mapping modules to define "matching" criteria against which
  20. to search for and update existing objects before creating new ones.
  21. Primarly useful in reducing duplicate object creation.
  22. Salesforce Queue (sf_queue):
  23. Implements a queueing system for outbound object data. Primarly useful in reducing
  24. Salesforce API usage.