<@UL22KN74P> I think you want to use `result[i].id...
# suitescript
m
@pen one I think you want to use
result[i].id
rather than
result[i].getValue({name:'id'})
, unless you've also separately added
id
as a result column wherever
loadSearch
is defined.
☝️ 2