Anyone familiar with getting errors like these usi...
# sdf
k
Anyone familiar with getting errors like these using SDF deploy to account from webstorm?
Copy code
An error occurred during manifest validation.

Details: The ADVANCEDEXPENSEMANAGEMENT feature defined in the manifest does not exist.

Details: The WMSSYSTEM feature defined in the manifest does not exist.

File: ~/manifest.xml
Webstorm should have a feature to add missing dependencies to the manifest
k
ok I'll try that. The odd thing is we don't have WMS in any of our environments
d
this is a known bug others have reported here as well, where WMS dependency is automatically added to the manifest.xml when it is not relevant for particular customization/account - you can just remove and should be fine
👍 1
k
The solution was to disable automatically adding dependencies in Webstorm's NetSuite settings
Then manually include only the dependencies actually needed
Thank you @Nicholas Penree!
d
Do you have a form in your objects? This started happening to me once I added a form. I'm running into the issue again.
k
Yes I have custom forms. I had to turn off automatic dependencies as described above
d
I left the dependencies on but just commented out the WMSSYSTEM in the manifest. This is a real issue with SuiteApps and multiple accounts.