Am I missing something, or can you not have a file...
# suitescript
p
Am I missing something, or can you not have a file cabinet Document as a script parameter on a Script Deployment? I'll have to use a text filename instead, which is rubbish
n
No, it's not a supported type. You could use text as you have, normally I'd use integer just to narrow down user error if you're specifying the value on the deployment directly.
p
Cheers