Callback: Void
rsmjob
.OnMigrate(
IUserObject
newEntity,
IUserObject
oldEntity)
Callback that is invoked when the object version has been changed.
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
It enables the migration of data from the old saved object to the new one.