4,898 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
77
views
ADO.NET Console App Fails to Connect After Switching to NetSuite2 (SuiteQL) - permissions error
I am trying to connect to NetSuite from an ADO.NET–based console application using a connection string.
The connection works successfully with the current production data source.
But I am unable to ...
0
votes
0
answers
28
views
NetSuite Field Update - Update Addressee when Company Name is updated on Vendor Record
When the companyname is updated on the vendor record I want the Addressee under Address to also update. I have tried both scripts and workflows. Is this possible?
1
vote
1
answer
129
views
Netsuite Suitetalk API request "current role does not have permission" error
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/...
1
vote
0
answers
71
views
Netsuite PHP find Sales Order using custom field
Kind of embarrassed to post this here, but I'm at my wits end. I am trying to pull up a Sales Order in Netsuite, searching on a custom filed and using the PHP ToolKit, but have hit a brick wall. I'...
0
votes
1
answer
59
views
How to add last24hour filter in a Netsuite script saved search?
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 ...
0
votes
2
answers
65
views
Netsuite UE script failing to trigger on LOAD/SAVE of workflow action script
Hope you can assist.
Let me offer some context. I have an opportunity record which auto-processes lines as followed:
User populates "Item cost FX" field
User clicks "recalculate" ...
0
votes
0
answers
82
views
Using NetSuite "saved searches" via the N/search API and search "available filters"
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 (...
0
votes
0
answers
50
views
NetSuite "RESTlet" errors are serialized as invalid JSON sometimes
I've been working with a "RESTlet" for a NetSuite installation. The RESTlet works fine, but it's based around some SuiteQL calls (SQL, basically), and while doing updates and testing I ...
0
votes
0
answers
61
views
alttagcaption value assign in suitescript
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 ...
0
votes
0
answers
32
views
Suitelet error: The page you're looking for used information that you entered. Returning to that page might cause any action you took to be repeated
I hope you are doing well.
I have developed suitelet script to design custom UI to select some checkboxes and show result in a sublist. Evrything works fine but when I reload the page I see this pop-...
0
votes
0
answers
39
views
How to get Record IDs from OnRequest
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'],
...
0
votes
2
answers
49
views
Problem with nesting CASE statement in Netsuite Saved Search
I'm having an issue with nesting a case statement in a Netsuite saved search. Found plenty of examples on here and around the web, but I cannot seem to get it right. Basically I'm trying to make a ...
0
votes
1
answer
68
views
How to access data from addRecord inside Adv PDF Template?
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({
...
0
votes
0
answers
67
views
Netsuite suitelet embedded in iframe - dropdown won't allow selection
I hope you are doing well. I have developed main suitelet script to embed another suitelet in an iframe. Child suitelet contains date and dropdown field.
When I execute the main suitelet, I can see ...
0
votes
0
answers
45
views
Netsuite Suite Analytics JDBC NullPointerException with Netsuite Timestamp data type
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 ...