Ava
04/08/2025, 7:22 PMCeligo AI
04/08/2025, 7:22 PMAI generated answer (using internal Slack threads):Yes, you can load the contents of a file via NetSuite REST API. You can post files to Restlets by setting the string content of the file in the body. If it's a binary file, you should base64 encode it first. Afterwards, in the restlet, you use the N/file module to save the file. Please note that there is a standard 10 MB limit for sending files in Restlet. For setting up the REST API environment in Postman, you need to have the REST Web Services feature enabled and have an Admin role or a role having REST Web Services permission set. Then you should see a .zip file with Postman collection examples for REST Web Services available for download. It's also possible to upload a file to the File Cabinet over sftp or similar without having to have a login to NetSuite. You can have a suitelet URL which your app pings and calls the above. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
04/08/2025, 7:22 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845722
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839566708
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838083863
Celigo AI
04/08/2025, 7:22 PM