You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Table

cm_salesforce_sources

Description

Salesforce Organizational Identity Sources

Plugin

Salesforce Source

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

org_identity_source_id

integer, foreign key

Organizational Identity Source ID

cm_org_identity_sources:id

 

serverurl

varchar(256)

Salesforce instance (may be production or sandbox)

 

eg: https://cs123.salesforce.com

clientid

varchar(120)

Client ID, for registered (connected) app

 

 

client_secret

varchar(80)

Client secret, for registered (connected) app

 

This column should be encrypted

search_contactsbooleanWhether to query Salesforce Contact objects
  • true: Query Contacts
  • false: Do not query Contacts
Unintuitively, if neither search_contacts nor search_users is true, then all objects will be searched
search_usersbooleanWhether to query Salesforce User objects
  • true: Query Users
  • false: Do not query Users
 
custom_objectsvarchar(256)Comma separated list of objects to query for additional attributes  
refresh_tokenvarchar(160)Current refresh tokenSalesforce OAuth 
access_tokenvarchar(160)Current access tokenSalesforce OAuth 
  • No labels