Navigate to the Admin Dashboard and select the Salesforce Connector Tile.
Provide your Username, Password and the Security Token received from the above steps.
3a. Simple: Enter the Salesforce Object(s) you wish to index and organize your Onyx 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 Onyx 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; use the Advanced mode to have finer grained control over what is indexed if necessary.
3b. Advanced:
specify which objects, fields, and associations get indexed with a json
top level keys are Salesforce Objects, each value is a json object specifying:
“fields”: a list of srings describing the fields of the object to index
“associations”: a JSON object mapping a Salesforce Object associated with the parent object to a list of fields to be indexed for the child object
You indicate you’d like to organize information by Account and click connect:
- Onyx will generate a document for every single Account in your Salesforce - Attached to each document will be all the information associated with that Account - This information would also include information from the Account’s children objects (E.g. all associated Contacts, Notes, etc.) - This means indicating Account means that all Contacts that are attached to an account will also be grabbed - However, if you want to index any Contacts that aren’t attached to any Accounts, (as well as Accounts), you would indicate that like so: