`Details: To install this SuiteCloud project, the ...
# sdf
d
Details: To install this SuiteCloud project, the ADVVENDORAUTHS feature must be enabled in the account.
Details: To install this SuiteCloud project, the VENDORRETURNAUTHS feature must be enabled in the account.
Details: To install this SuiteCloud project, the VENDORRETURNAUTHS feature must be enabled in the account.
Details: To install this SuiteCloud project, the VENDORRETURNAUTHS feature must be enabled in the account.
Details: To install this SuiteCloud project, the AMORTIZATIONORADVEXPMGMT feature must be enabled in the account.
so I added this to manifest.xml
<feature required="false">ADVVENDORAUTHS</feature>
<feature required="false">VENDORRETURNAUTHS</feature>
<feature required="false">AMORTIZATIONORADVEXPMGMT</feature>
But when I redeploy I get this error
An error occurred during manifest validation.
Details: The ADVVENDORAUTHS feature defined in the manifest does not exist.
Details: The AMORTIZATIONORADVEXPMGMT feature defined in the manifest does not exist.
File: ~/manifest.xml
c
@darrenhillconsulting which NetSuite release are you targeting? is this validation coming from the server? or is local validation?
d
shoot. Let me find that out (I had to switch focus to another project)
v2020.2 .. validation is server side
running sdf-cli 1.1.2
More info ... the above error occurred when deploying to a NON OneWorld account. When we attempted to deploy to a OneWorld account, we were fine
c
Darren I will try to find out and come back to you, I am about to disconnect (8:20pm my time). Have a great weekend
it seems to be an issue related to a basic validation, but not sure why might be happening, so I need to ask around
👍 1
Hello Darren, couple of things: • Did you enabled the required features in the account (UI)? • Did you added the dependencies to the manifest manually? or by "Add Dependency" functionality? (If you did it manually, please remove them, enable the features in the account and then add the dependencies with the functionality we provide You may not get these error in oneworld account because the features might've already been enabled in the account or is a feature that is only available in oneworld account type.