Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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?