How do I find out where a file is stored in the fi...
# suitescript
l
How do I find out where a file is stored in the file cabinet?
Copy code
search.lookupFields({
	type: 'file',
	id: 7777777, 
	columns: ['folder','url']} // path???
)