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
-
Hi All, I have installed the latest version for the ODBC Driver and I get the following error. OpenAccess SDK ODBC Driver Error [DataDirect][ODBC OpenAccess SDK driver][P[emAccess SDK SQL Engine] Unexpected error, please contact support for assistance.[0] This is becuase I am using MS Office 2010 and it is not compatable.…
-
Well I started using Crystal with ODBC and like what I can do with the data, it's proper reporting which you just can't get with the default NetSuite reports and searches. So I would really recommend it. No doubt I will find some limitations but that's to be expected. Something odd that I have found is that the whole lists…
-
Hello, Thank you for that information. I have now tried this with Excel Version 2007 with the latest ODBC driver and get the same error OpenAccess SDK ODBC Driver Error [DataDirect][ODBC OpenAccess SDK driver][OpenAccess SDK SQL Engine] Unexpected error, please contact support for assistance.[0] You mentioned Try logging…
-
Hi, Thank for your replies. I have been following the instructions but there is an odd problem here as I am doing things as I should. I inspected my web services logs which the outlook integration seems to be using and I found an error message relating to the syncing of taks. I ran a test on 1 task and made sure all…
-
I recently had this problem where non of my emails would save to Outlook. I raised a case with NS and they suggested that I unintall and re-install - this was a pain in the neck but it resolved my problem.
-
This appears to be a specific problem with only one of my NetSuite accounts as it works on other NetSuite accounts.
-
I asked a support question about the Office 2010 integration last week, answer was that it was expected to be released today 22nd June. Whats the news, is it ready, if not today then when. Also, does anyone know if MS Office 365 integrates into netsuite, cloud to cloud? I have to implement Outlook integration for a client…
-
Hello All, FYI - I have asked NetSuite support regarding compatability with Outlook 2010 and this is the information I received from them. //////////////////////////// Thank you for contacting NetSuite Customer Support. At this time, the feature you are requesting is not available within the NetSuite line of application…
-
Thank you that was what I was looking for.
-
Hi, I thought as much - but thanks for the idea, i'll try it and see who starts shouting. Thanks
-
Hi Evan, That's what i needed, thanks very much.
-
Yes, the issue has now been resolved, many thanks.
-
Thanks .
-
Thank you,
-
istaxable it the correct field name. Thanks very much :)
-
Yes, that's what I thought so thanks for confirming that.
-
Thanks for the answer and the code snippet - much appreciated.
-
What exactly are you trying to do? If you want to call the RESTlet you will still need the authorisation headers so the restlet can be verified within NetSuite. If you want to do an internal request without entering headers then maybe you should just use a Suitelet - but it depends what you are trying to achieve.
-
Thanks, I have created my RESTlet and it works as expected -if I pass the correct values in my headers then my RESTlet is authorised. I have another question though. If I want to actually read the values of NLAuth in my NetSuite RESTlet script using javascritp how would i do that? In particular I need to know the email…
-
This all makes sense now, I should not have been using a return but instead response.write( myobject); I can now get my data using my HTTP call. Thanks very much Adam
-
so this my code here. I created an object for case data rows and fields and populated with a search. i'm using stringily to create the JSON contents. I'm then testing it in my suitelet using a parse just to test that there are values in the JSON object which there are. However when i do my HTTP call the value is undefined…
-
Thanks looks good, I will see what I can put together with it.
-
So it does, thanks very much for your help.
-
I have just had the same thing to me. One of my scheduled scripts which have been running for years has run 3 hours earlier. I have raised a case with support to see if I can find out what is going on. Since you have had the same problem as me I suspect NetSuite have made some changes somewhere which has inadvertently…
-
Thanks Benjamin, The following line worked for me. list.addEditColumn(column, false); Thanks
-
Thanks for both of these suggestions, will try them.
-
I have another question regarding the nlapiCreateList object. My currenct code works and lists my record fields along with the EDIT field and the ID of the record. The problem I have now is that if the user selects the ID number it then opens the record in VIEW mode. How do I get my list to just show the fields without any…
-
Thanks, the setHelpText was was I needed.
-
Excellent, thank you very much
-
Thanks for that info, it's a shame it is restricted like this. As a result I have altered my workflow to get around this. Thanks