CrmConnectorProperties interface
Vlastnosti konektoru CRM.
Vlastnosti
access |
Přístupový token. |
connection |
Připojovací řetězec. |
entities | Entity, jako je účet, kontakt, příležitost. |
organization |
ID organizace. |
organization |
Adresa URL organizace. |
Podrobnosti vlastnosti
accessToken
Přístupový token.
accessToken?: string
Hodnota vlastnosti
string
connectionString
Připojovací řetězec.
connectionString?: string
Hodnota vlastnosti
string
entities
Entity, jako je účet, kontakt, příležitost.
entities: CrmConnectorEntities[]
Hodnota vlastnosti
organizationId
ID organizace.
organizationId: string
Hodnota vlastnosti
string
organizationUrl
Adresa URL organizace.
organizationUrl: string
Hodnota vlastnosti
string