Join Slack
Powered by
you got it. `search.create(myObj)` would work ex...
# suitescript
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'}
Open in Slack
Previous
Next