Hi, i'm using SDF cli for Node.js , when i run `su...
# sdf
d
Hi, i'm using SDF cli for Node.js , when i run
suitecloud project:adddependencies
, it updates my manifest.xml file one of the line updated is
<file>/SuiteScripts/Denny/ss2/scripts/client-scripts/ss-sales-order.js</file>
but when i go in Netsuite, in file cabinet, i cannot find that file, so i wonder where does project:adddependencies get the list of changes from ? because later on when i do project:deploy, i got this error
Copy code
An error occurred during account settings validation.
Details: The manifest contains a dependency on /SuiteScripts/Denny/ss2/scripts/client-scripts/ss-sales-order.js file, but it is not in the account.
need help, thanks
a
Check your xml's in object folder, 1 of the custom object must be referencing to the file you mentioned.
d
ic, thanks @Ali Syed (NS DevTools QA), yeah i found out that the script record is acually no longer available in Netsuite, i;ll remove this from my object folder