Salesforce Base Connector 1.0alpha3 (Alpha release)
Up to Product page
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 3.0, Plone 2.5 |
|---|---|
| State | Alpha release |
| License | GPL |
| Release Manager | Jesse Snyder |
Adds listFieldsRequiredForCreation() method, which is used by current releases of other Salesforce integration products (Salesforce Auth Plugin and Salesforce Adapter for PloneFormGen)
Change log
-
Added new publicly supported method "listFieldsRequiredForCreation()" which encapsulates some of the rules for which fields are required upon object creation via the SOAP API for Salesforce.com. The benefit being that additional packages need not reproduce the following, which may evolve anyway:
not fieldData.nillable and \ not fieldData.defaultedOnCreate and \ fieldData.createable -
listFieldsRequiredForCreation accepts a Salesforce Object type as its lone required argument
- Removing unneeded portal_skins FSDV
- Improved docstrings for interfaces