My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Is there any way in Netsuite or is there a 3rd party integration that will allow "purchase requisiti
There is a third part solution that looks like it does exactly what you are after https://cloudcoders.com.au/shop/productivity-tools/consolidated-purchase-orders/ I have never used this product mysel…1 -
Re: Set Externalid field on all customers records to NULL
I had this same issue and the best I could come up with was setting them all to 'XXXXX' + random string1 -
Re: Is there a SUBSTR function within NetSuite HTML?
To retrieve a substring in Advanced PDF/HTML templates you can use a slicing expression: <#if record.linkedtrackingnumbers[0..4] <> "00108"> But there is also a ?starts_with bui…3 -
Re: Has anyone "tested" utilizing SuiteAnalytics Connect using the Microsoft SQL Server Management Studi
Are you using the latest ODBC driver? There was a mandatory upgrade just a couple days ago. Here's a copy of the notification email NetSuite sent out: You are receiving this notification because…1 -
Re: java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException Exception with WebStorm 2019
The latest versions of WebStorm use a newer JDK version that is not compatible with the SuiteCloud plugin. The workaround is to roll back the JDK that WebStorm uses to version 1.8 (IIRC) https://inte…1