python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Any idea for limiting NetSuite Lot/Serial Number to be unique?
I am facing a problem that NetSuite Serial/ Lot number can be duplicated Like the picture below,
And I wanna prevent duplicated Lot Numbers from occurring by setting/ developing,
Or one step back, on...
Tyrion Huang
Votes: 0
Answers: 1
SuiteAnalytics Workbook to CSV
I’m trying to generate a CSV of a dataset via scripting. I’m using the task.create function and was able to generate a CSV File. the only problem is that I’m getting internalids instead of texts (exam...
user3406416
Votes: 0
Answers: 1