Hi all, i'm doing `suitecloud: project deploy` an...
# sdf
d
Hi all, i'm doing
suitecloud: project deploy
and i got this error
Copy code
Validation of account settings failed.

An error occurred during account settings validation.
Details: The manifest contains a dependency on customlist_gi_bill_sequence object, but it is not in the account.
This is the new customlist that i want to deploy I can see that file exists in my dist folder ( i configure project:deploy to deploy from dist folder ) Please suggest what did i miss Thanks
t
If the customlist_gi_bill_sequence is listed as a dependency in your manifest.xml and is also part of the deploy.xml it will fail.
👍 1
d
i believe it was added to the manifest when i did project:adddependencies , not sure why it was added in though, after i remove that from the manifest file, the deployment works