Join Slack
Powered by
In particular the way you are trying to manipulate...
# suitescript
m
michoel
07/11/2017, 3:05 AM
In particular the way you are trying to manipulate the sublists is incorrect. You need to use the methods on the
record
, not the
sublist
to read/write fields (i.e.
record.getSublistValue(options)
instead of
mySublist.getSublistValue()
)
👍 1
Open in Slack
Previous
Next