https://netsuiteprofessionals.com logo
s

shea

02/19/2018, 5:01 PM
you got it.
search.create(myObj)
would work exactly the same as
search.create({type: '1', columns: 'a'})
assuming
myObj ={type: '1', columns: 'a'}