python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Netsuite suiteQL get fields of tables and fields of views
How can I get a list of fields for tables or views from NetSuite using a SuiteQL connection?
I tried select * from oa_columns where table_name = 'account'; but that did not work.
I'm using the CDATA O...
Bart Jonk
Votes: 0
Answers: 1
How to search for all records of of type CustomRecordType in Netsuite?
I am trying to get all the records related to a custom record type. How to do it in Netsuite SOAP?
Also is there a way to search records of that custom record type by it's recordname?
Something like t...

Pritam Banerjee
Votes: 0
Answers: 1
Accessing Item Class Properties from the line on Sales Order
I have a custom property on the Class (custcol_classorder) that i want to populate to the sales order lines based on the class selected, i have this working when items are manually added to sales orde...
Craig Anderson
Votes: 0
Answers: 1
SuiteScript getting value from a saved search
I'm having an issue pulling the value of a column in SuiteScript v1.0. The search is looking at Cash Sales and is producing the results I want in the UI, but I am unable to get the value of one colum...
John
Votes: 0
Answers: 1