My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
I've found that the mistake below code, you declare file variable is like a file object. that is the issue. You can try some code. var fileRequest = {name: 'test' + '.txt',fileType: file.Type.PLAINTEXT, contents: 'test',encoding: file.Encoding.UTF_8, description: 'test', folder: 165 }; try{ var fileObj =…
-
Hi latchadev, you can try the same code in the post sourcing, it's maybe working. Thanks, Maneendra.G