Hi all, quick question. I’m trying to write a Suit...
# suitescript
a
Hi all, quick question. I’m trying to write a SuiteScript to search for transactions using `N/search` and pull their associated files (which seems possible according to this thread). However, I’m curious if I’d need any extra permissions to pull these files besides the ability to see transactions? Eg. Would I need
File Cabinet
access? It seems a little overkill to require access to all files just to fetch files associated with transactions. (cross posted from #C5Y8YA27Q)
b
make the role you need and do a search in the ui
using the same role/user you intend to use in script
if you have access to the file in the ui, you will in script
a
I see, thank you. I’ll try this!