I'm setting up a suiteapp with webstorm and the pr...
# sdf
w
I'm setting up a suiteapp with webstorm and the project contains three custom records that are totally self contained (no references to standard records). Add to that there are three scripts. When I run the add dependencies function in webstorm, it adds WMSSYSTEM. I don't have anything related to it... When I deploy it without that dependency, it deploys fine. If I have that dependency included, it won't deploy because of missing dependency for the account. Is there some way of seeing what triggered the addition of a specific dependency?
Could it be just because I have a custom form on one of the custom records?
a
This is a known bug for cust forms, this dependency is added unnecessarily, if you just remove it from manifest you should be able to proceed.
👍 1
w
Thank you @Ali Syed (NS DevTools QA)
d
Following... I removed the WMS from the manifest which allowed me to save the SDF package but it fails with the same validation during install (SuiteApp). So for now I have to use default forms but this is not desired.