if i'm adding a sublist to a form via `form.addSub...
# suitescript
a
if i'm adding a sublist to a form via
form.addSublist
and i want to add search results to the sublist (a la
setLineItemValues
from SS 1.0), is there a 2.0 way to do it?
r
I think setLineItemValues does not have a 2.0 counterpart
a
@rustyshackles i figured it out - can loop through search results and use
list.setSublistValue
on each line to populate