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.
Send large file with HTTPS request?
Hello,
I have been asked to find the best way to get a file from the NetSuite file cabinet and send this to an external system using a HTTPS POST request. The issue is that these files can be up to 25MB so I'm hesitant to do this with a single request as NetSuite limit the outbound connection time to 45 seconds and I believe that these requests would take longer than the limit to get the response.
I was thinking about splitting the file in to smaller sized chunks and sending these over using multiple requests, does anyone have any experience solving this problem and have any advice? I'm just looking to see if their are any gotchas in my preferred method of splitting the file or if I'm missing any better solutions?