Join Slack
Powered by
Can a search be created in suitescript and saved i...
# suitescript
a
Azi
03/11/2020, 2:07 PM
Can a search be created in suitescript and saved in Netsuite as a saved search?
e
ec
03/11/2020, 3:25 PM
you just need to give it a title/name and save in script. see documentation (1.0 and 2.0)
a
Azi
03/12/2020, 7:56 PM
@ec
I am looking at all the record type enums and I don't see one for search. What kind of record type would I save it as?
e
ec
03/12/2020, 8:08 PM
That’s not how it’s done. It is through the
search
module:
search.save()
But, make sure you set the
search.title
when creating via
search.create()
Open in Slack
Previous
Next