IM trying to find article ss 2.x for selecting ava...
# suitescript
s
IM trying to find article ss 2.x for selecting available lot numbers on a record this gives the item description how can i cosse the ;lot number i n uservent script
Copy code
var desc = rec.getSublistValue({
        sublistId: "item",
        fieldId: "itemdescription",
        line: i,
      });