Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Filecabinet Search
I'm doing a search and trying to retrieve all images under a certain folder. I get back a RecordList object with each Record listing the name, size, URL, etc. data for the images located under that folder. Problem is that getContent() and getFileType() give me nothing.
I took a look at the response XML and sure enough content and file type elements are not included. Is there a way to enable those elements to be included? Is there a setting or a preference to turn on somewhere? What am I missing?
* Update *
I thought maybe the content isn't sent back when you're doing a search because the amount of possible data that could come back in that situation so I took my search results, grabbed the internal id's, stuffed it into a RecordRef array and then did a getList() but still no dice. So what's going on here?