My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
I had the same problem: a "SDK dependencies need to be validated" message plus a "Your Java version 11.0.16.1 is not compatible with SuiteCloud Extension for Visual Studio Code. Install Oracle JDK version 17" message below. I already have JDK 17 and 19 installed and adding the paths into "settings.json" changed nothing. I…
-
Hi, The field costingMethod in objet InventoryItem is an enumeration that is defined like this: enum ItemCostingMethod { _average, _fifo, _lifo, _lotNumbered, _serialized, _standard } This field is not a reference to another field (i.e. not a RecordRef). From the documentation of NetSuite, I can see that a basic search…
-
Hi, I'm having the exact same issue with AssemblyItem.memberList.itemMember[0].item.type, It is always empty (0) and typeSpecified = False Have you find a way to get the type or an alternative? I'm using 2017.2... Thanks