| This extension requires a trial or active MindTouch Deki Enterprise license. |
This extension contains functions for displaying data from Salesforce. Related Links: Extension Overview, DekiScript Overview, Extension Demos.
Assembly: mindtouch.salesforce
SID: sid://mindtouch.com/ent/2008/05/salesforce
License: Enterprise
This service requires Deki Wiki 8.08 or later.
To enable this extension, follow these steps:
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) |
Functions:
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...