https://netsuiteprofessionals.com logo
Title
e

erictgrubaugh

06/13/2018, 3:48 PM
@samyt Just log the value you're getting into
map
to see its structure.
function map(context) {
  log.debug({title: "value", details: context.value});
}
For a search result, you'll typically get something like
{id:123, type:"salesorder", values: {amount: "255.00", salesrep_email: "<mailto:test@test.com|test@test.com>"}
s

samyt

06/14/2018, 12:33 PM
@erictgrubaugh value what i am getting is soemthing weird {"namenohierarchy.subsidiary:654", "name.department:0001"}