Hi there,
In STK 4.1, the method Record.copy_to() was introduced, but I quickly realised that it's quite useless if there are any unique attributes defined in the table, as the copy action fails due to the illegal doubled values. In the past, I created an own copy-function in which I used Record.definition._attribute_detail.isUnique in order to get rid of such attributes. However, this seems to be gone in 4.1.
Is there either a way to tune up the Record.copy_to() method in 4.1 or a similar function like Record.definition._attribute_detail.isUnique that can be used for such a use case?
Thanks in advance & best,
Daniel