if you have some logic running which sets sublist ...
# suitescript
a
if you have some logic running which sets sublist field values with record.setSublistValue(options), but before you do a record.save(options) to submit the changes made to the lines items you modified, there is a record.submitFields(options), does that cancel out the changes made to the sublist fields? I know I could probably just update the record.submitFields(options) to record.setValue(options) and then just save the record once at the end of the script, but I am just curious how these 2 api act in conjunction