Hello there,
is there any way to clone a userobject with al it's references.
I have a userobejct (uo_userobject_1) with 2 datastores and many proterties.
If I want to clone this obejct like
uo_userobject_2 = uo_userobject_1
it only creates a referece to the existing dw's of the uo_userobject_1.
Is there any Option to clone the uo_userbject_1 to uo_userobject_2 like uo_userobject_2.copy(uo_userobejct_1) ?
Rowscopy wont help in my Problem.