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
-
Hello, I don't want to create an excel file - just to parse it by script without using of another program before. for example - to parse it and then create a custom record etc... Also if you know about third party server that do that - parse and create csv file etc. it'll be helpful Anybody knows how?
-
I wrote: var create_error = nlapiCreateError('500','missing'); throw create_error; But still got in C# response of 200.
-
How I recognized it's not Angular - it Suite Script 2.0 and I'm using Suite Script 1.0
-
About the second idea of the Angular code, I'm using simple code of javascript as SuiteScript in NetSuite - and don't know how to throw an exception. This is exactly what I want to know - how can I throw an Error from my RESTlet. Thanks, E.
-
Thanks for replying. But I already read this page and didn't see there how to return the error!! just saw there: "Any errors encountered at run time that are unhandled return a 400 error. If the user code catches the error, a 200 error is returned". In my code I'm checking the dataIn that the RESTlet had got and want to…
-
hello, I have the same problem as your old problem... did you get any solution for it? thanks.