I have a search that gets line items in a sales or...
# suitescript
m
I have a search that gets line items in a sales order. Is there a way to get the index of that item from the search result?
b
nope, use the line id to find the matching line when you load the sales order
beware using things like line sequence number, it will fail for things like kit items
m
How do I get the line id?
b
its a search column
and a sublist field
m
ok thanks