Objects/Tables/Table 5330 CRM Connection Setup
Table 5330 CRM Connection Setup in 27
Jonas Paprotka, Base Application 27.5.46862.47359, checked
- App
- Base Application
- Namespace
- Microsoft.Integration.D365Sales
Fields, 31Keys, 1Procedures, 48Events, 3
Versions171819202122232425262728latest
Source29
Fields, 31
| Id | Name | Type | Obsolete |
|---|
| 1 | Primary Key | Code[20] | - |
| 2 | Server Address | Text[250] | - |
| 3 | User Name | Text[250] | - |
| 4 | User Password Key | Guid | - |
| 59 | Restore Connection | Boolean | - |
| 60 | Is Enabled | Boolean | - |
| 61 | Is User Mapping Required | Boolean | Removed 26.0 |
| This functionality is not in use and not supported |
| 62 | Is User Mapped To CRM User | Boolean | Removed 26.0 |
| This functionality is not in use and not supported |
| 63 | CRM Version | Text[30] | - |
| 64 | Use Newest UI | Boolean | - |
| 65 | Newest UI AppModuleId | Text[50] | - |
| 66 | Is S.Order Integration Enabled | Boolean | - |
| 67 | Is CRM Solution Installed | Boolean | - |
| 68 | Is Enabled For User | Boolean | Removed 26.0 |
| Use field "Is Enabled" instead. |
| 69 | Dynamics NAV URL | Text[250] | - |
| 75 | Default CRM Price List ID | Guid | - |
| 76 | Proxy Version | Integer | - |
| 80 | Auto Create Sales Orders | Boolean | - |
| 81 | Auto Process Sales Quotes | Boolean | - |
| 118 | CurrencyDecimalPrecision | Integer | - |
| 124 | BaseCurrencyId | Guid | - |
| 133 | BaseCurrencyPrecision | Integer | - |
| 134 | BaseCurrencySymbol | Text[5] | - |
| 135 | Authentication Type | Option | - |
| 136 | Connection String | Text[250] | - |
| 137 | Domain | Text[250] | - |
| 138 | Server Connection String | Blob | - |
| 139 | Disable Reason | Text[250] | - |
| 140 | Item Availability Enabled | Boolean | - |
| 141 | Bidirectional Sales Order Int. | Boolean | - |
| 151 | Unit Group Mapping Enabled | Boolean | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Primary Key | - |
Procedures, 48
| Name | Parameters | Returns | Access | Obsolete |
|---|
| EnsureCDSConnectionIsEnabled | () | | public | - |
| LoadConnectionStringElementsFromCDSConnectionSetup | () | | public | - |
| DeployCRMSolution | (Boolean) | | public | - |
| CountCRMJobQueueEntries | (var Integer, var Integer) | | public | - |
| HasPassword | () | Boolean | public | - |
| SetPassword | (Text) | | public | Pending 25.0 |
| Use SetPassword(PasswordText: SecretText) instead. |
| DeletePassword | () | | public | - |
| RegisterConnection | () | | public | - |
| RegisterConnectionWithName | (Text) | | public | - |
| UnregisterConnection | () | Boolean | public | - |
| UnregisterConnectionWithName | (Text) | Boolean | public | - |
| GetConnectionStringWithCredentials | () | Text | public | Pending 25.0 |
| Use the GetSecretConnectionStringWithCredentials procedure instead. |
| GetIntegrationUserID | () | Guid | public | - |
| GetPassword | () | Text | public | Pending 25.0 |
| Use the procedure GetSecretPassword instead. |
| GetJobQueueEntriesObjectIDToRunFilter | () | Text | public | - |
| PerformTestConnection | () | | public | - |
| VerifyTestConnection | () | Boolean | public | - |
| TestConnection | () | Boolean | public | - |
| TestIntegrationUserRequirements | () | | public | - |
| TryReadSystemUsers | () | Boolean | public | - |
| IsVersionValid | () | Boolean | public | - |
| UpdateFromWizard | (var Record CRM Connection Setup, Text) | | public | Pending 25.0 |
| Use the procedure that receives PasswordText as SecretText instead. |
| EnableCRMConnectionFromWizard | () | | public | - |
| RestoreConnection | () | | public | - |
| SetCRMSOPEnabled | () | | public | - |
| SetCRMSOPDisabled | () | | public | - |
| SetUserAsIntegrationUser | () | | public | - |
| RefreshDataFromCRM | () | | public | - |
| PerformWebClientUrlReset | () | | public | - |
| SynchronizeNow | (Boolean) | | public | - |
| PromptForCredentials | (var Text, var Text) | Boolean | public | - |
| DoReadCRMData | () | Boolean | public | - |
| GetDefaultCRMConnection | (Text) | Text | public | - |
| UpdateConnectionString | () | Text | public | - |
| UpdateCRMJobQueueEntriesStatus | () | | public | - |
| GetConnectionString | () | Text | public | - |
| SetConnectionString | (Text) | | public | - |
| IsEnabled | () | Boolean | public | - |
| SetUseNewestUI | () | | public | - |
| SetCRMSOPEnabledWithCredentials | (Text, Text, Boolean) | | public | - |
| RefreshDataFromCRM | (Boolean) | | public | - |
| PromptForCredentials | (var Text, var Text, var Text) | Boolean | public | - |
| IsBidirectionalSalesOrderIntEnabled | () | Boolean | public | - |
| GetProxyVersion | () | Integer | internal | - |
| SetPassword | (SecretText) | | public | - |
| GetSecretConnectionStringWithCredentials | () | SecretText | public | - |
| GetSecretPassword | () | SecretText | public | - |
| UpdateFromWizard | (var Record CRM Connection Setup, SecretText) | | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnReadingCRMData | (var Boolean) | - |
| Integration event | OnGetDefaultCRMConnection | (var Text) | - |
| Integration event | OnBeforeVerifyBaseCurrencyMatchesLCY | (var Boolean) | - |