| Vendor | MindTouch |
| Type | Extension |
| Categories | Crm |
| Requires | MindTouch 8.08 or later |
| OS Restriction | None |
| Status | Stable |
| License | Standard/Enterprise |
| SID (service id) | sid://mindtouch.com/std/2008/05/salesforce |
| Assembly | mindtouch.salesforce |
Table of Contents
This extension contains functions for displaying data from Salesforce.
See also How to add an extension, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.
Configuration:
Before the Salesforce extension can be used, it must be configured with the access information to the Salesforce account.
| Config Key | Description |
| username | Salesforce account username. |
| password | Salesforce account password with security token. |
| cache-ttl | Optional. Query cache time in seconds. (default: 15 minutes) |
Examples:
The password field requires the salesforce.com security token for the suer account specified in the username key. The format should be [PASSWORD][SALESFORCE SECURITY TOKEN] it will look something like
PassworDxNsmiadwqHquGy4qUcBZR2IN
The security token is user specific. If you do not know your security token you must reset it on salesforce.com and SalesForce will email the you a new token.
Setup > Personal Information > Reset My Security Token

Documentation coming shortly...