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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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