Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
84 views

I am trying to get all customer records using the Netsuite Suitetalk API endpoint /services/rest/record/v1/customer (reference docs https://system.netsuite.com/help/helpcenter/en_US/APIs/...
kambythet's user avatar
  • 716
0 votes
1 answer
56 views

I am trying to filter vendors activated/inactivated in last 24 hours. But I tried lot but not getting any results, whereas there are few vndors activated in last 24 hours in Netsuite account. Please ...
Maira S's user avatar
  • 121
0 votes
0 answers
67 views

I'm building a restlet that will allow a Saved Search id to be passed in. The restlet will load and run the saved search and build a result from the rows. It's simple code and it basically works (...
Pointy's user avatar
  • 415k
0 votes
0 answers
54 views

The image file has attribute alttagcaption which is responsible for setting an alt attribute on the website. I can't find a way to set its value from suitescript directly on the file (or whatever this ...
Андрей Дорошенко's user avatar
0 votes
0 answers
37 views

This is executed on the Item Fulfillment record. How would I be able to get current Item Fulfillment record ID and Sales Record ID? define(['N/render', 'N/record', 'N/xml', 'N/format', 'N/file'], ...
Mango's user avatar
  • 3
0 votes
1 answer
60 views

This is an Item Fulfillment record, but needing Sales Order data. I've added the records. How would I access them in the Adv PDF Template?: renderer.addRecord('record', record.load({ ...
Mango's user avatar
  • 3
0 votes
0 answers
40 views

I've connected to Netsuite via Suite Analytics JDBC connection in Databricks cluster. I'm seeing a NullPointerException because of the lastmodifieddate column in my netsuite classification table, I ...
KristiLogos's user avatar
0 votes
0 answers
89 views

I hope you are doing well! I have created custom suitelet page to show saved search results in a suitelet sublist with checkboxes to select items and customers. Also developed client script to pass ...
Maira S's user avatar
  • 121
0 votes
1 answer
63 views

I'm trying to test the jdbc connection by querying our Customer netsuite table with spark jdbc in Databricks. I've added the .jar file to the cluster and trying to run the below. I tried with the ...
KristiLogos's user avatar
0 votes
1 answer
46 views

I hope you are doing well! I have developed map reduce script to generate and email csv file for dataset results. I am processing data in batch and rescheduling the script. The problem is, there are ...
Maira S's user avatar
  • 121
0 votes
0 answers
38 views

My background is C development hence the header and source terminology. Most examples I see online tell me to use this format: Header: /** * @file Sample Server Utilities module. * * @NApiVersion 2....
NeverSuite's user avatar
2 votes
1 answer
50 views

In Netsuite, on the invoice PDF, I'm trying to group Items by values in a custom transaction column field which is a Customer pick list where that Invoice Line can be left blank (associating it to the ...
user avatar
0 votes
1 answer
41 views

I have IDs grouped by brands and array was long // Set brand ID array for selected business var brandOptions = { BHS: [1, 2, 3, 4, 21, 22, 23, 24, 25, 26, 41, 48, 39, 40, ...
chellybelly's user avatar
0 votes
0 answers
83 views

Currently I am trying to develop a NetSuite Single Page Application using VS Code and TypeScript. But there's some error on the UIF module import. Cannot find module '@uif-js/core' or its ...
Faiz Byputra's user avatar
0 votes
0 answers
38 views

I hope you are doing well! I am trying to retrieve sales orders based on the "Sales Orders by Sales Rep" report for a specific date range. After retrieving the sales orders, I plan to ...
Maira S's user avatar
  • 121
1 vote
1 answer
60 views

I am trying to determine when to run a beforeSubmit user event script on an invoice in NetSuite when an invoice is created in the transaction table. I am able to get the basic script to run and ...
RayJohn's user avatar
  • 31
0 votes
0 answers
65 views

I have developed a suitelet which contains 5 iframes which contains 5 child suitelets. My concern is, when my main suitelet completes loading in the browser, iframe suitelets starts to render its ...
Maira S's user avatar
  • 121
0 votes
1 answer
84 views

I hope you are doing well! I am trying to enable editing to the disabled sublist field. My code works for tax rate field but not working for rate field on item sublist. Rate field has label as ...
Maira S's user avatar
  • 121
1 vote
1 answer
71 views

I hope you are doing well. I am setting up a NetSuite mass update to update email addresses for quotes with particular quote numbers. The "Quote Number" field is a text field. I've ...
Maira S's user avatar
  • 121
0 votes
2 answers
67 views

I am trying to create a vendorpayment record using script. This is my script. var transactionId = '11111'; var vendorId = '222'; var subsidiaryId = '2'; var apAccountId = '333' var inputAmount = 1000; ...
Kenny Punay's user avatar
1 vote
2 answers
84 views

I am trying to pass values entered in a textarea field on suitelet (new line/space/comma/pipe separated) from client script to suitelet. There is limitation of suiteleturl length. I am trying to pass ...
Maira S's user avatar
  • 121
0 votes
0 answers
32 views

I need inventory details as csv, there are total of 750k records and I need it in csv, Saved search is not loading in UI and getInputData() is stucked from past 15hrs. How can I do this? multiple csv ...
Jidnesh Madhavi's user avatar
1 vote
1 answer
57 views

I have developed suitelet script to select a values from multiselect type field and show results in a sublsit. Currently my script shows all results on same page. How to show pagination dropdown ...
Maira S's user avatar
  • 121
0 votes
1 answer
48 views

I want to hide some items from item sublist dropdown on purhcase order, the conditions are if user has subsidiary "1", then only it can see items which have "special items" ...
Jidnesh Madhavi's user avatar
0 votes
0 answers
60 views

I am trying to get access tokens with below condisions, inactive is false, token creation date is before 2800 days using suiteQL. I tried writiing this query but it doesn't work. Please advice thank ...
Maira S's user avatar
  • 121

1
2 3 4 5
99