I am trying to migrate some data in using the following :
I am getting the following error:
The issue is that the sequence field in ‘CHANGE_OBJECT_IMPACT_FIN’ needs to be the same as ‘CHANGE_OBJECT’. How is that done in a migration job please ?
Best answer by Jens
Hi @JannetteC
You can try the following:
in the method list go to execute seq 20 and press RMB → choose “method list attribute”
in the column “Fixed value” for the field “change_object_sequence” enter the value change_object_sequence@10 to inherit the value from change_object_sequence of method 10 (change_object)
in the method list go to execute seq 20 and press RMB → choose “method list attribute”
in the column “Fixed value” for the field “change_object_sequence” enter the value change_object_sequence@10 to inherit the value from change_object_sequence of method 10 (change_object)