<@U5C7QRUR3> I just used `fireSlavingSync: true` t...
# suitescript
k
@kristopherw I just used
fireSlavingSync: true
to solve a problem where I was trying to use currentRecord.setCurrentSublistValue, but it kept writing to one line and never committing the line to move onto the next one…. So yes, if you set it to true, iteration will work normally. If not, it will try to set values for all the lines in your loop at the same time.