Join Slack
Powered by
I can get the scirpt id like this select * from sc...
# suitescript
s
Simon
06/05/2023, 3:23 PM
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
eblackey
06/05/2023, 3:27 PM
Do you mean the script “file name”?
s
Simon
06/05/2023, 3:54 PM
yes
e
eblackey
06/05/2023, 4:06 PM
Join on the “file” table with the scriptfile column.
s
Simon
06/05/2023, 4:07 PM
Thanks a lot
4
Views
Open in Slack
Previous
Next