Codeunit 1798 Data Migration Mgt. in 28
- App
- Base Application
- Namespace
- System.Integration
Versions171819202122232425262728latest
Source29
Procedures, 29
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| RunStagingTableMigrationCodeunit | (Integer, Variant) | Boolean | public | - |
| SetStartTime | (DateTime) | public | - | |
| SetAbortStatus | (var Record Data Migration Status) | public | - | |
| StartMigration | (Text[250], Boolean) | public | - | |
| CheckMigrationInProgress | (Boolean) | public | - | |
| GetMigrationStatus | () | Integer | public | - |
| StartDataMigrationWizardFromNotification | (Notification) | public | - | |
| ShowDataMigrationRelatedGlobalNotifications | () | public | - | |
| GetGlobalNotificationId | () | Guid | public | - |
| GetCustomerContactNotificationId | () | Guid | public | - |
| GetVendorContactNotificationId | () | Guid | public | - |
| ShowDataMigrationOverviewFromNotification | (Notification) | public | - | |
| IsMigrationInProgress | () | Boolean | public | - |
| ShowMoreInfoPage | (Notification) | public | - | |
| CheckForEntitiesToBePosted | () | Boolean | public | - |
| DestTableHasAnyTransactions | (var Record Data Migration Status, var Code[10]) | Boolean | public | - |
| ShowHelpTopicPage | (Notification) | public | - | |
| GetDataMigrationHelpTopicURL | () | Text | public | - |
| DisableDataMigrationRelatedGlobalNotifications | (Notification) | public | - | |
| InsertDefaultCustomerContactNotification | (Boolean) | public | - | |
| InsertDefaultVendorContactNotification | (Boolean) | public | - | |
| UpdateMigrationStatus | (var Record Data Migration Status) | public | - | |
| CheckIfMigrationIsCompleted | (Record Data Migration Status) | public | - | |
| GetItemListEmptyNotificationId | () | Guid | internal | - |
| GetCustomerListEmptyNotificationId | () | Guid | internal | - |
| GetVendorListEmptyNotificationId | () | Guid | internal | - |
| InsertDefaultCustomerListEmptyNotification | (Boolean) | public | - | |
| InsertDefaultVendorListEmptyNotification | (Boolean) | public | - | |
| InsertDefaultItemListEmptyNotification | (Boolean) | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeMigrationStarted | (var Record Data Migration Status, Boolean) | - |
| Integration event | OnAfterMigrationFinished | (var Record Data Migration Status, Boolean, DateTime, Boolean) | - |
| Integration event | OnBeforeStartMigration | (var Boolean, var Boolean) | - |
| Integration event | OnCreatePostMigrationData | (var Record Data Migration Status, var Boolean) | - |
| Integration event | OnValidateMigration | (var Record Data Migration Status, var Boolean) | - |