Anyone get this error from the netsuite plugin (we...
# sdf
m
Anyone get this error from the netsuite plugin (webstorm)
java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException
m
@battk would you know how to define a customrecordtype in the manifest? I cant make sense of the docs
b
i never bother making the xml myself
make the custom record type in the ui first
then download it
m
I did that, but when i try to deploy it errors with
when the SuiteCloud project contains a customrecordtype, the manifest must define the CUSTOMRECORDS feature as required
b
what does your manifest look like
m
Copy code
<manifest projecttype="ACCOUNTCUSTOMIZATION">
  <projectname>TestApp</projectname>
  <frameworkversion>1.0</frameworkversion>
</manifest>
Are you saying the manifest should update itself when i import objects?
lucky for you that page also has what the manifest should look like to use custom records
m
Lol yes. Working now, still have an error but i dont think its related
a
This error looks related to the JDK problem in WebStorm. did you downgrade your WebStorm JDK to Java 8? https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
a
@mayerlench for adding dependencies, just right click on the project root in webstorm -> Netsuite -> Add dependencies to manifest This will automatically take care of adding dependencies for the files you have in your project to manifest.xml.