I tried list/record but there doesn't seem to be a...
# suitescript
k
I tried list/record but there doesn't seem to be a list/record type for files. 😞
t
You could put the file name and have the script parameter type as a string, then grab that value in the script and load it
k
I've got it using the file ID, so that'll have to do I guess
thanks!