Codeunit 7200 CDS Integration Mgt. in 24
- App
- Base Application
- Namespace
- Microsoft.Integration.Dataverse
Versions171819202122232425262728latest
Source29
Procedures, 30
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| TestConnection | () | Boolean | public | - |
| ActivateConnection | () | Boolean | public | - |
| RegisterConnection | () | Boolean | public | - |
| IsIntegrationEnabled | () | Boolean | public | - |
| IsConnectionActive | () | Boolean | public | - |
| IsSolutionInstalled | () | Boolean | public | - |
| IsSolutionInstalled | (Text) | Boolean | public | - |
| GetSolutionVersion | (var Text) | Boolean | public | - |
| GetSolutionVersion | (Text, var Text) | Boolean | public | - |
| CheckCompanyId | (var RecordRef) | Boolean | public | - |
| CheckOwningTeam | (var RecordRef) | Boolean | public | - |
| CheckOwningUser | (var RecordRef, Guid) | Boolean | public | - |
| CheckOwningUser | (var RecordRef, Guid, Boolean) | Boolean | public | - |
| HasCompanyIdField | (Integer) | Boolean | public | - |
| ResetCompanyId | (var RecordRef) | Boolean | public | - |
| SetCompanyId | (var RecordRef) | Boolean | public | - |
| SetOwningTeam | (var RecordRef) | Boolean | public | - |
| SetOwningUser | (var RecordRef, Guid) | Boolean | public | - |
| SetOwningUser | (var RecordRef, Guid, Boolean) | Boolean | public | - |
| GetCDSCompany | (var Record CDS Company) | Boolean | public | - |
| GetCoupledBusinessUnitId | () | Guid | public | - |
| IsTeamOwnershipModelSelected | () | Boolean | public | - |
| RegisterAssistedSetup | () | public | - | |
| ResetCache | () | public | - | |
| IsBusinessEventsEnabled | () | Boolean | public | - |
| GetOptionSetMetadata | (Text, Text) | Dictionary | public | - |
| InsertOptionSetMetadata | (Text, Text, Text) | Integer | public | - |
| InsertOptionSetMetadataWithOptionValue | (Text, Text, Text, Integer) | Integer | public | - |
| UpdateOptionSetMetadata | (Text, Text, Integer, Text) | public | - | |
| FindCompanyIdField | (var RecordRef, var FieldRef) | Boolean | public | - |
Events, 12
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeRegisterConnection | () | - |
| Integration event | OnAfterRegisterConnection | () | - |
| Integration event | OnBeforeUnregisterConnection | () | - |
| Integration event | OnAfterUnregisterConnection | () | - |
| Integration event | OnBeforeActivateConnection | () | - |
| Integration event | OnAfterActivateConnection | () | - |
| Integration event | OnEnableIntegration | () | - |
| Integration event | OnDisableIntegration | () | - |
| Integration event | OnGetIntegrationRequiredRoles | (var List) | - |
| Integration event | OnGetIntegrationSolutions | (var List) | - |
| Integration event | OnGetDetailedLoggingEnabled | (var Boolean) | - |
| Integration event | OnHasCompanyIdField | (Integer, var Boolean) | - |