Hi Dojo,
What would be the recommended way of exporting DOM instances from one system and importing them on another? I know this is possible using the DOM editor, but maybe there are better ways?
Also, will importing instances on a system make sure that the CRUD script is also triggered for these instances so that the necessary actions are executed for the newly created instances?
Thanks!
Hi Reinout,
Currently, the DOM editor would the easiest solution to export DOM instances. When importing the DOM instances again, the CRUD scripts should get triggered. Do keep in mind however that these will be created in the state where they were exported in. If you have a solution where a DOM instance moves through a state diagram and along the way creates other objects or interacts with the DMS, those transitions won't be replayed as the DOM instance is directly saved in the last known state. There wouldn't thus be a guarantee that the same actions will be executed as was done on the other system. It would be safer if the solution does not rely on this, and that the linked objects are also exported & imported.