Top "Netsuite" questions

NetSuite is a vendor of business management SaaS.

Set Authorization/Content-Type headers when call HTTPClient.PostAsync

Where can I set headers to REST service call when using simple HTTPClient? I do : HttpClient client = new HttpClient(); var …

c# netsuite
How do I access netsuite data using SQL language

A company uses netsuites to make purchase orders and store sales information. The only way this company is able to …

sql odbc netsuite
How to build a WSDL using Maven

I'm looking to replace a supplied Ant build with Maven. I know of (but haven't used) ant run, and I'd …

java web-services maven wsdl netsuite
Netsuite woes: Is there decent reference anywhere?

I'm hoping this question isn't too obscure cross fingers I'm looking for a decent reference for netsuite scripting and api (…

api reference netsuite
Does netsuite have REST ful API?

I want to know does Netsuite provides REST ful api? Currently i am doing integration with my application(java) with …

netsuite
Netsuite Formula - "blank" or "null" field

I'm trying to use a formula to get a field populated with the word "false" in NetSuite, but currently when …

case formula netsuite
How do I search records by internal id in Netsuite's Suitescript?

I am trying to implement a search by Category of Inventory Items in Netsuite using their Suitescript API. The following …

netsuite
Mutation Observer is undefined

I am attempting to fix and issue with my code. I was originally using DOMNodeRemoved and DOMNodeInserted for keeping an …

javascript jquery internet-explorer-11 netsuite mutation-observers
Invalid Login attempt while accessing Netsuite using RESTlet?

I am trying to get data from Netsuite using RESTlet. For that, i am using the following details in PHP: …

netsuite
How to set date/time field in netsuite with suitescript

var curRate = nlapiCreateRecord("customrecord_currency_exchange_rates",{recordmode: 'dynamic'}); serverDt = "09/25/2013 06:00:01 am" var timezone = compConf.getFieldText('timezone'); curRate.setDateTimeValue('custrecord_effective_…

javascript netsuite