Copying records in code studio presents challenges as to various data types.
so if you use “editable” in the gets then booleans (specifically No values) doesn’t work (you get an empty property value which is not the same as No or 0) but if you use “saveable” which probably makes more sense then dates & date / times get mangled when creating the new record !!!
Cant use “displayable” either as then you have to do a load of extra processing to deal with choices.
Anyone have a solution to this ? I’m creating records with the cs.save() method also using the “saveable” mode.