Is it possible to use a FileCabinet folder as a pa...
# suitescript
r
Is it possible to use a FileCabinet folder as a parameter in a script record? I'd like to use a reference to the folder path rather than set an integer that represents the folder's internal ID, if possible
s
IIRC folder was supported but not file? I may be wrong though, going from memory.
c
you gotta use the ID
You could use the path depending on what you're doing though. Like if you were setting a client script module path, you could have a script param for that. If you need the ACTUAL folder, them you have to use the ID
✔️ 1