Codeunit 1798 Data Migration Mgt. in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 23
| 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 | - |
Events, 3
| 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) | - |