Share via


Table "CDS Connection Setup"

ID 7200
Namespace: Microsoft.Integration.Dataverse

Properties

Name Value
Caption Dataverse Connection Setup
DataClassification CustomerContent

Fields

Name Type Description
"Primary Key" Code[20]
"Server Address" Text[250]
"User Name" Text[250]
"User Password Key" Guid
"Is Enabled" Boolean
"Business Events Enabled" Boolean
"Proxy Version" Integer
CurrencyDecimalPrecision Integer
BaseCurrencyId Guid
BaseCurrencyPrecision Integer
BaseCurrencySymbol Text[5]
"Authentication Type" Option
"Connection String" Text[2048]
Domain Text[250]
"Disable Reason" Text[250]
"Ownership Model" Option
"Business Unit Id" Guid
"Business Unit Name" Text[160]
"Client Id" Text[250]
"Client Secret Key" Guid
"Redirect URL" Text[250]
"Virtual Tables Config Id" Guid
BaseCurrencyCode Text[5]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetPassword

Obsolete

This element will become obsolete from version 25.0. Use GetSecretPassword instead.

[Obsolete(Use GetSecretPassword instead.,25.0)]
[NonDebuggable]
procedure GetPassword(): Text

Returns

Type Description
Text

SetPassword

Obsolete

This element will become obsolete from version 25.0. Use SetPassword with SecretText parameter instead.

[Obsolete(Use SetPassword with SecretText parameter instead.,25.0)]
[NonDebuggable]
procedure SetPassword(PasswordText: Text)

Parameters

Name Type Description
PasswordText Text

GetAccessToken

Obsolete

This element will become obsolete from version 25.0. Use GetSecretAccessToken instead.

[Obsolete(Use GetSecretAccessToken instead.,25.0)]
[NonDebuggable]
procedure GetAccessToken(): Text

Returns

Type Description
Text

SetAccessToken

Obsolete

This element will become obsolete from version 25.0. Use SetAccessToken with SecretText parameter instead.

[NonDebuggable]
[Obsolete(Use SetAccessToken with SecretText parameter instead.,25.0)]
procedure SetAccessToken(AccessToken: Text)

Parameters

Name Type Description
AccessToken Text

SetClientSecret

Obsolete

This element will become obsolete from version 25.0. Use SetClientSecret with SecretText parameter instead.

[Obsolete(Use SetClientSecret with SecretText parameter instead.,25.0)]
[NonDebuggable]
procedure SetClientSecret(ClientSecretText: Text)

Parameters

Name Type Description
ClientSecretText Text

GetClientSecret

Obsolete

This element will become obsolete from version 25.0. Use GetSecretClientSecret instead

[Obsolete(Use GetSecretClientSecret instead,25.0)]
[NonDebuggable]
procedure GetClientSecret(): Text

Returns

Type Description
Text

SetBaseCurrencyData

procedure SetBaseCurrencyData()

EnsureCRMConnectionSetupIsDisabled

procedure EnsureCRMConnectionSetupIsDisabled()

Events

OnEnsureConnectionSetupIsDisabled

[IntegrationEvent(False,False)]
local procedure OnEnsureConnectionSetupIsDisabled()

See also