Notes on Security

By default, all Salesforce credentials are stored in the variables table, unencrypted. If this is a problem for you, this module supports encryption via the AES module: http://drupal.org/project/aes.

You will need to create a directory outside your webroot wherein your encryption key will be stored. (You can use the same one you used for your WSDL.) Your credentials will then be encrypted as securely as AES allows.

Configuration Quickstart

  1. Make sure that you have satisfied all the Salesforce Suite's requirements and installed it as described.
  2. For a minimal configuration, enable salesforce_api and sf_node or sf_user. For the kitchen sink, enable salesforce_api, sf_node, sf_user, sf_prematch, and sf_queue
  3. Visit admin/settings/salesforce and enter your login information in the "Salesforce API Settings" fieldset and "WSDL directory". Save that configuration.
  4. Upload your organization's generated WSDL file.

Installation and Upgrades

Requirements

  1. You need a Salesforce account. Developers can register here: http://www.developerforce.com/events/regular/registration.php
    • You will need to know your login data and your security token.
  2. PHP needs to be compiled on your server with the SOAP web services extension, as per: http://php.net/soap
  3. Required modules: Chaos Tool Suite - http://drupal.org/project/ctools (for exporting and importing fieldmap definitions
  4. Recommended modules: Libraries API - http://drupal.org/project/libraries (for maintaining the same version of the Salesforce PHP Toolkit across module upgrades)

Recommended

  1. Download and install your organization's generated Enterprise WSDL file. (see Working with WSDL Files)
  2. AES encryption: http://drupal.org/project/aes (see Notes about Security)

Help with end user customizable forms

Hi all--

Hopefully this is the right place to post this... If not, please let me know and I'll delete & repost.

What I want to do is enable some users to create their own forms.

For example--
I have a base form (member full name, email, group) that would display, then allow group organizers to add or create fields as they choose
(e.g.- are you cpr certified, dog's shots up to date, uncle's name, shoe size, etc)

What would be the best method/module to do this?

About

The Salesforce module suite makes it possible to create a mapping between Salesforce objects and Drupal entities, which is usable for both data exports and imports. In other words, for each of your supported Drupal entities (e.g. node, user, or entities supported by extensions), you can assign a Salesforce object that will be created / updated when the entity is saved. For each such assignment, you choose which Drupal and Salesforce fields should be mapped to one another.

This suite also includes an API architecture which allows for additional modules to be easily plugged in (e.g. for webforms, contact form submits, Ubercart integration, etc).

Dependencies and Requirements

FAQ

  • Which version should I install? or Why isn't the current release doing what I expect?
    Please install the latest dev release to take advantage of the most recent developments and features.

Image files

Hi
I have no idea how to upload/insert an image file to a basic page and I am looking for a little help. There's no option in the edit section. There only is in the article section, but then how do I link to that? I've tried all the different src paths I can think of.

The theme I am working with is the Bartik 7.0 default theme

Many Thanks
jay

P.S. Don't worry I've already ordered my copy of 'Drupal of Dummies' - it's on its way ......

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x