Question: When I’m using `record.setValue` to upda...
# suitescript
j
Question: When I’m using
record.setValue
to update a field on a matrix parent on
beforeSubmit
and then I save/update the matrix in the UI, does that value not “trickle down” to the children? It doesn’t seem to have an effect on the children. Is there a more efficient way to update the children rather than looping through all of them?