sublists are 1-indexed in suitescript 1.0, which t...
# suitescript
j
sublists are 1-indexed in suitescript 1.0, which this looks to be in suitescript 1.0 you need to do
for (var i = 1; i <= record.getLineItemCount('item'); i++)
👍 1