I've noticed that Mechanical ACT objects, loads and results have the OnMigrate callback.
From the API and XML Online Reference Guide for Mechanical I found the following information:
"Callback: Void load.OnMigrate(IUserObject newEntity, IUserObject oldEntity)
Callback that is invoked when the object version has been changed.
Parameters
newEntity
Remarks
It enables the migration of data from the old saved object to the new one."
However, I wasn't able to find any other documentation and it isn't clear to me as to what version change this relates to and how this would be properly deployed.
Can anyone share an example showing how to correctly deploy the OnMigrate callback?