I'm not sure I understand the problem; they're two...
# suitescript
e
I'm not sure I understand the problem; they're two different columns, so my
toObject
would look like:
Copy code
function toObject(result) {
  return {
    lineUniqueKey: result.getValue({name: "lineuniquekey"}),
    id: result.getValue({name: "internalid"})
  };
}