CrmConnectorProperties interface
The CRM connector properties.
Properties
access |
The access token. |
connection |
The connection string. |
entities | The entities like account, contact, opportunity. |
organization |
The organization ID. |
organization |
The organization URL. |
Property Details
accessToken
The access token.
accessToken?: string
Property Value
string
connectionString
The connection string.
connectionString?: string
Property Value
string
entities
The entities like account, contact, opportunity.
entities: CrmConnectorEntities[]
Property Value
organizationId
The organization ID.
organizationId: string
Property Value
string
organizationUrl
The organization URL.
organizationUrl: string
Property Value
string