Table "Data Migration Status"
ID 1799
Namespace: System.Integration
Properties
| Name |
Value |
| Caption |
Data Migration Status
|
| ReplicateData |
False
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "Migration Type" |
Text[250]
|
|
| "Destination Table ID" |
Integer
|
|
| "Total Number" |
Integer
|
|
| "Migrated Number" |
Integer
|
|
| "Progress Percent" |
Decimal
|
|
| Status |
Option
|
|
| "Source Staging Table ID" |
Integer
|
|
| "Migration Codeunit To Run" |
Integer
|
|
| "Error Count" |
Integer
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Events
OnBeforeOnModify
[IntegrationEvent(False,False)]
local procedure OnBeforeOnModify(var DataMigrationStatus: Record "Data Migration Status", var IsHandled: Boolean)
Parameters
See also