Inside an after submit user event SS2.0 script I c...
# suitescript
a
Inside an after submit user event SS2.0 script I create a search via search.create({options}). How do I return the id or name of the saved search once it is created, if I do not manually define the parameters for name or id (they are not required arguments)
i
Search.create is not saving the saved search. It just creates a search object.