Table "Data Migration Entity"
ID 1801
Namespace: System.Integration
Properties
| Name |
Value |
| Caption |
Data Migration Entity
|
| ReplicateData |
False
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "Table ID" |
Integer
|
|
| "Table Name" |
Text[250]
|
|
| "No. of Records" |
Integer
|
|
| Selected |
Boolean
|
|
| Balance |
Decimal
|
|
| Post |
Boolean
|
|
| "Posting Date" |
Date
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
InsertRecord
procedure InsertRecord(TableID: Integer, NoOfPackageRecords: Integer)
Parameters
| Name |
Type |
Description |
|
TableID
|
Integer
|
|
|
NoOfPackageRecords
|
Integer
|
|
InsertRecordWithBalance
procedure InsertRecordWithBalance(TableID: Integer, NoOfPackageRecords: Integer, BalanceValue: Decimal)
Parameters
| Name |
Type |
Description |
|
TableID
|
Integer
|
|
|
NoOfPackageRecords
|
Integer
|
|
|
BalanceValue
|
Decimal
|
|
See also