Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
need to create a file dynamically and insert it into the file cabinet
What we need to do is create a file on-the-fly and insert it into the file cabinet without first writing it to disk. This has to be a server-side script so as not to expose our algorithm to end users. Since javascript won't have access to the server file system, is this even possible? The nlapiCreateFile call seems to explicitly disallow this. I'm not seeing anything promising in the API.
Thanks!
0