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?