I can get the scirpt id like this select * from sc...
# suitescript
s
I can get the scirpt id like this select * from script where scripttype = 'RESTLET' order by id desc but how can I get the script name ?
e
Do you mean the script “file name”?
s
yes
e
Join on the “file” table with the scriptfile column.
s
Thanks a lot