Is it possible for us to set values for multiple s...
# suitescript
j
Is it possible for us to set values for multiple sublists? For example I want to use
.setSublistValue(populateSublistField('item','item',0, 123)
in a Purchase Contract then I also want use this line to populate the fields in the discount sublist found in the Additional Pricing button.
b
the item pricing is a subrecord
you can use setSublistValue on the subrecord if you are doing this serverside
j
I will test this out asap. Thank you so much!