<@UPHDYQS83> You can load the saved record in a be...
# suitescript
h
@Ali You can load the saved record in a before load script you can get all saved data into new record
a
could you please explain a bit more
ps: that's NetSuite save & new button
how I can find the previous record to load the data in the before load?
a
@Ali I think there is option of save and copy
but it is not avaliable for all the records
There is similar concept memorized transaction/record
which basically replicate what ever you saved as memorized transction which you can re use
a
I don't want to use saved and copy because it will copy all the data from the previous record while I need just some of them. how can I find more about memorized technique?
b
dunno why memorized transactions are being mentioned in suitescript
h
@Ali it's just a UE script on before load which will do a search on recently created phone call records for current user and populate data that you want to copy from last record.