Callback:
Void
result
.OnMigrate(
IUserObject
newEntity,
IUserObject
oldEntity)
Called when the object version has been changed. It allow to migrate data from the old saved object to the new one.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
newEntity
Type:
IUserObject
The newly created object.
oldEntity
Type:
IUserObject
The old saved object.
Return Value
Type:
Remarks