My Stuff
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