Questions tagged [netsuite]

NetSuite is a vendor of business management SaaS. The platform's scope includes ERP, CRM, PSA, and Ecommerce. Primarily tailored to mid-market companies.

Netsuite is a software platform founded in 1998 that provides a number of business related services targeting mid-market companies, as well as divisions of larger enterprises. As a platform it is highly customizable through a Javascript-based API called SuiteScript.

4709 questions
5
votes
2 answers

Is it possible to find the role of a netsuite employee using TBA as authentication method?

To generate the needed tokens - consumer key, consumer secret, token ID, token secret - we are creating an integration, and access tokens, and assigning them to an employee with a specific role that has access to TBA. (Refer to…
SpiritBob
  • 2,355
  • 3
  • 24
  • 62
5
votes
1 answer

OAuth 1.0 Authentication for NetSuite

In vain I have tried to get OAuth 1.0 authentication working for Oracle Netsuite. When I generate the authentication header with PostMan it works, but my code, generates the wrong signature, despite the fact that I followed all the steps I could…
Matthew Layton
  • 39,871
  • 52
  • 185
  • 313
5
votes
4 answers

NetSuite python TBA Authentication

I am new to this area of using SOAP for NetSuite calls. Hence, I might be thinking completely incorrectly on how to solve the problem. Here is what I am trying to solve: - Language: Python+ Zeep - I want to move my application from email pass to…
tkansara
  • 534
  • 1
  • 4
  • 21
5
votes
2 answers

netsuite SDF error when deploy on WebStorm

SDF Features are enabled. On webstorm, I can validate (netsuite ide function) and it works. When I try to the project, even if it's empty or not, the LOG returns: The remote server returned an error: …
5
votes
1 answer

Source State record to sublist field

I am trying to create a custom sublist with sublist field with source to be States record that is managed in Setup > Company > States/Provinces/Countries section. Here is the example code that I am using and it doesn't work. _sublist.addField({ …
migontech
  • 1,540
  • 13
  • 17
5
votes
3 answers

NetSuite SuiteTalk Token Authentication : Invalid login attempt

I am using the Netsuite web services (SuiteTalk) api but keep getting a Invalid login attempt error when using a tokenPassport. As the token authentication seems quite complex I will include all the steps i have taken. I have retreived the account…
user346443
  • 4,672
  • 15
  • 57
  • 80
5
votes
3 answers

SOAP error when connecting to NetSuite web services: "Namespace prefix ' soapenv' not defined"

I am getting the following error when connecting to a NetSuite production account, through the Suitetalk API: I don't have problems connecting to the Sandbox account for this client. I am connecting through a C# WCF project. I don't believe the…
Charl
  • 812
  • 1
  • 8
  • 22
5
votes
2 answers

How to get invoice id (tranid) value in user event script?

I want to get the tranid for an invoice as soon as the invoice has been created. I have a user event script with the following code. function showValue() { var tranid = nlapiGetFieldValue('tranid'); nlapiLogExecution('DEBUG', 'save…
cja
  • 9,512
  • 21
  • 75
  • 129
5
votes
6 answers

Setting inline HTML field from Client Script in SuiteScript 2.0

I am unable to set a field of type INLINEHTML using SuiteScript 2.0. However, the same field works with SuiteScript 1.0. Here is the code snippet: /** * @NApiVersion 2.x * @NScriptType ClientScript */ // In SuiteScript 2.0 define(['N/search'],…
tarunbandil
  • 61
  • 1
  • 6
5
votes
2 answers

NetSuite Custom Field for Kit/Package Records that references member line items

Is it possible to create a custom field on Kit/Package records that will display member line items? For example: There is a Kit/Package that contains two components. Is it possible to have a custom field called "Component SKU 1". This field will…
5
votes
3 answers

NetSuite - Returning an header is not NLAuth scheme error , when I am using OAuth

I am trying to call a Restlet from a User Event Script which returns Customer information using Token Based Authentication . But I receive an user error which says header is not NLAuth scheme I know this means that I have to use the NLAuth scheme ,…
Bharath
  • 213
  • 3
  • 14
5
votes
5 answers

Unable to set Inventory Detail on Item Fulfillment Record - Suitescript 2

Within my scheduled script I am looping through the items on a transformed Sales Order to Item fulfillment and trying to set the inventory detail as I am looping through the items. The Inventory detail looks to set without any error or issue but…
Ryan
  • 81
  • 1
  • 2
  • 7
5
votes
4 answers

Get Saved Search values for multiple "formula" columns

Morning Gurus, I have a saved search within Netsuite with multiple "formula" columns. For example, there are several formulapercent' named columns, although thelabel' for each is unique. However when using…
Steve Reeder
  • 980
  • 16
  • 42
5
votes
1 answer

NetSuite SuiteTalk API - Get Inventory Details

I'm using the SuiteTalk (API) service for NetSuite to retrieve a list of Assemblies. I need to load the InventoryDetails fields on the results to view the serial/lot numbers assigned to the items. This is the current code that I'm using, but the…
user3220882
  • 101
  • 1
  • 6
5
votes
1 answer

NetSuite API: Update Custom Object Field

I am trying to update a field in a custom object, but when I do I get an error java.lang.NullPointerException. There is also this in the Code object of the exception: http://schemas.xmlsoap.org/soap/envelope/:Server.userException. This S/O thread…
FirstDivision
  • 1,340
  • 3
  • 17
  • 37