CrmConnectorProperties interface

The CRM connector properties.

Properties

accessToken

The access token.

connectionString

The connection string.

entities

The entities like account, contact, opportunity.

organizationId

The organization ID.

organizationUrl

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