How it works
The Salesforce connector indexes documents from your Salesforce instance, organized around the Object types you specify. See the example below for more details.Setting Up
Authorization
- Log Into Salesforce Sign in to your Salesforce account. The user must be an organization member or have admin access to the data you’d like to index.
- Open Settings Click your profile avatar and select Settings.
- Reset Your Security Token Navigate to My Personal Information → Reset My Security Token.
- Check Your Email Your new security token will be sent to your registered email address.
- Use Your Credentials in ASSIST AI Once the token has been regenerated, you can use it along with your username and password to authorize your ASSIST AI connector.
Indexing
- Open the Salesforce Connector Navigate to the Admin Panel in ASSIST AI and select the Salesforce Connector.
-
Create a New Credential
Click Create New and provide your
Username,Password, andSecurity Tokenfrom the steps above. Select the newly created credential and click Continue. -
Define the Salesforce Objects to Index
Simple
Enter the Salesforce Object(s) you wish to index and organize your ASSIST AI documents by.- Make sure to use the singular version of object name (e.g. Opportunity instead of Opportunities)
- If no objects are indicated, it will default to indexing by Account
- Each ASSIST AI Document extracted from Salesforce contains all fields and associations of each object. For example, when indexing each Account we include the fields of the AccountFeed and AccountShare objects as well (but not the associations of those objects). This can lead to bloated queries and memory intensive indexing in larger salesforce instances.
Advanced
Specify which objects, fields, and associations get indexed with a json object. Top level keys are Salesforce Objects, each value is a JSON object specifying:fields: a list of strings describing the fields of the object to indexassociations: a JSON object mapping a Salesforce Object associated with the parent object to a list of fields to be indexed for the child object
- Connect and Start Indexing Click Connect to create the connector. ASSIST AI will automatically begin indexing your Salesforce data.
