Hi all, I’m facing an issue where some feature dep...
# sdf
m
Hi all, I’m facing an issue where some feature dependencies are constantly added to the manifest no matter if I delete them from the manifest or set the to false. The features are not enabled on the target nor source account. Any ideas?
Copy code
<feature required="true">INVENTORYSTATUS</feature>
<feature required="true">SUBSCRIPTIONBILLING</feature>
<feature required="true">BILLINGACCOUNTS</feature>
m
Are you using webstorm? There is a setting to automatically add the dependencies under the netsuite settings. I would think there is a comparable way to change if you're using the cli or vscode
👍 2
b
nice one
c
Adding all of the dependencies to the manifest is still a not smart process in the IDE as it doesn't add in the correct dependencies or adds in additional dependencies and other weirdness. I'd do it once and then by hand or you're gonna get weird results sometimes.
m
Thanks @Matt Bernstein. That worked. Weird that dependencies are not being pulled correctly.
m
It's a common problem with sdf. Like creece said, I would pull them in initially and then manually control them thereafter