My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Please note that on Friday, September 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Hello, You are correct, you are getting this error due to the architecture mismatch between the driver and the application trying to use the driver. You would have to download a 64bit ODBC driver available by creating a case for support. Kindly refer to SuiteAnswers Answer Id: 26846 for a detailed description. Thank you.
-
Hello, The only way to achieve this is to: - Create a search, filter out the results you want to show on the Select Field - Store the search result values (along with the internal IDs) in an array - Assign the array values to the Select Field Thanks
-
Hi sarakyler, Great question. You have to contact Netsuite support about the ODBC 7.0 driver. It was developed with a third-party and Netsuite will need to provide you with a direct download link and license. This driver is designed for 64-bit machines. Best. Just to clarify, we offer ODBC 7.0 64Bit Windows Driver. This…
-
Hello, Kindly refer to SuiteAnswers Answer Id: 29828. If you are still having difficulties installing the driver, kindly reopen your Support Case asking for a WebEx session with the rep so they can guide you with the install.
-
For more information about NetSuite ODBC Driver for Linux Platform, please refer to SuiteAnswer Answer ID: 29828
-
Hello, You would not need to load the record, just make sure the parameters are correct as they are needed to point to the right record.
-
Hello, Your code above is getting the image and displaying it in the suitelet. If you want your users to download the image, you have two options: Option 1: Leave the code the way it is and the users can use "Right-click > Save As" Option 2: Make the image "Available without Login" in the File Cabinet, take the URL from…
-
Just a thought...but if you force the MIME type to ZIP, would it not force the browser to download it thus allowing it to be handled by the browser...? Tested and it worked. Thanks
-
Hello, A single thread is used for processing CSV import jobs, and each CSV file row is submitted in order. I would suggest doing the CSV imports off-peek hours. In accounts that have purchased a SuiteCloud Plus license, an option is available to use multiple threads. Help Article>>> Account Setup : Account Setup :…
-
Hello, I have looked into Bundle 35569, on my side it was public and I was also able to install the bundle. Were you having difficulties installing the bundle? Can you also shed some light on the paid bundle you are referring to? Thanks
-
Hello, is there a way to edit the bundle which was created in the Sandbox account and Sandbox was refreshed after that? Igor Sarkanovic ERP http://www.lomography.com Hello, This is possible as per 2013.2 release.
-
We, as a company, installed a new bundle in our system Friday. Since then we have been experiencing problems with disappearing shortcuts. No shortcuts appear under the Star tab. When you set up a new shortcut all your previous ones reappear. However, on log out and log in they all disappear again. Anyone experienced this…
-
who do we talk to about getting the sandbox refreshed with live data? Hello, This process is automated now. When a refresh is needed, the customer (with administrator role) will navigate to Setup > Company > Sandbox Accounts. This page will be used to start the refresh process.
-
Webservices should not slow down the system (User Interface). Webservices has its own queue to run on which is independent of the UI and the queue it uses. If you are experiencing slowness lets say on the webservices requests, you might be running multiple webservices requests in your single queue. That is something that…
-
Hello, Kindly let me know where you are seeing the not processing status. Is it in: - Setup > Integration > Webservices Process Status or - Setup > Integration > Webservices Usage Log Furthermore, just to get a clear idea, are the WebServices imports actually processing (quote:"we can see them reach NetSuite")?
-
Hello Anthony, I have experience with using SAML SSO, ADFS 2.0, ADDS with Windows 2008R2 Server and NetSuite. Kindly let me know in detail what you have in mind.
-
Hello, Have you tried using the Add WebServices function with PHP?
-
Hello, It is not supported via Scripting.
-
Hello, You cannot create a saved search for your queues, but you can see what is pending or processing by going to the status page.
-
Hello, You can utilize (for a field) Old Value is notempty. This is isolate to record is updated and filter not record is created (as record created old value will be empty)
-
Hello, I need someone experienced with SQL & Netsuite, to help me with improving existing saved search that already has some SQL functions in it. Any suggestions? Thanks. Hello, You can file a case with Support and have them take a look.
-
In our release preview all saved searches have been marked inactive and scheduled scripts that are marked as scheduled are not running - are these standard procedures for release preview, or are these bugs we need to be aware of after our upgrade? Hello, This is a standard in Release Preview Environment. There is an…
-
Hello, Just to clarify, have you added the libraries in your build path. If not: - Right-click on the project - Navigate to Build Path > Configure Build Path - Include your files in there Thank you
-
Hello, I apologize I was looking at the Java Project when I gave you the path. For Javascript you have the right path. May I ask if you are trying to run the code in the IDE or are you uploading your code and trying to run it. If you are uploading the code, it seems like the libraries are not being included. In this case:…
-
Hello, Just to word it in a different way: - I tested the upload and download of the projects from SuiteCloud IDE to NetSuite. The upload to NetSuite from the IDE created a new folder in the file cabinet (with all the files that were contained in the Project form IDE). - Since Javascript you cannot include the libraries in…
-
Hello, Not a problem, there are other ways to get to the same settings. - Right-click on the project - Click Properties - Click on Java Build Path
-
Hello, kindly try the URL now. I was able to update the IDE. Thanks
-
Thanks for this - does anyone know what the default is for new users? Would be really nice to be able to set a company wide preference. The default for new users (after conducting some tests at my end) seems to be HTML.
-
Hello, There is currently an Enhancement for this: Enhancement #: 165333 Abstract: Renamed Case to Ticket: Home Dashboard > Quick Search > shows Case # instead of Ticket #
-
Hello, Testing on my side, I was able to navigate to: Transactions > Customers > Individual Price List There you can export it to excel for individual customers. If you were referring to item price lists, you can utilize a Saved Search (with export to csv).