When using the record.copy function how can I have...
# suitescript
p
When using the record.copy function how can I have the new record not save but open in the browser?
s
You could just get the url of your record and append
&e=T&cp=T
, then navigate to that url in new window
assuming you know how to open a new window with a given url