<@U7XBU8Y3B> <@U5TNEF7FW> <@U8CT0V220> looks like ...
# suitescript
j
@Sandii @karlenigma @jkabot looks like just setting the parent field value to the value it already has
my_record.setValue({fieldId: 'custrecord_my_field_id', value: my_record.getValue({fieldId: 'custrecord_my_field_id'})});
does the trick.