collection
Collection
|
Collection documents will be indexed to.
type: string
pattern: ^[a-zA-Z0-9_-]+$
|
connected_app_client_id
Salesforce Client Id
required
|
Salesforce connected app Consumer Key
type: string
minLength: 1
|
connected_app_client_secret
Salesforce Client secret
required
|
Salesforce connected app Consumer Secret
type: string
minLength: 1
|
diagnostic_mode
Diagnostic Mode
|
type: boolean
default value: 'false '
|
is_production_environment
Is production environment
|
Set to true for production instances and false for sandboxes.
type: boolean
default value: 'true '
|
objects_to_crawl
Objects to crawl
|
List of objects to crawl, separated by commas and no spaces.
type: array of string
default value: [
Case ,
CaseComment ,
CaseHistory ,
CaseFeed ,
FeedComment ,
Asset ,
Account ,
Contact ,
Opportunity ,
Product2 ,
]
|
salesforce_password
Salesforce password
required
|
type: string
minLength: 1
|
salesforce_username
Salesforce username
required
|
type: string
minLength: 1
|
soql_query
Custom SOQL query
|
Optional SOQL query to limit or join records fetched for indexing.
type: string
maxLength: 15000
|