Skip to main content
SDF validation fails on missing feature
Scott Dixon avatar
Written by Scott Dixon
Updated over a week ago

This pre-deploy error appears when SDF validation returns an error indicating that a required feature is missing in the target environment.

To install this SuiteCloud project, the MULTIBOOK(Adjustment Only Books) feature must be enabled in the account.

If the feature has already been enabled in the target environment or if the feature is not enabled in the source environment, you can override the deployment configuration to ignore the feature.

Use the deploy.additionalDependencies.include.features setting to ignore the feature during the validation process. To override this setting, locate the deployment configuration:

Select Configuration and then select Override Configuration Value. Enter deploy.additionalDependencies.include.features and then provide a list of the features, using their Internal IDs, to ignore. For example, to ignore only the Adjustment Only Books feature, set the value to ["MULTIBOOK"].

You can ignore multiple features by providing a comma-separated list of their internal IDs. For example, to ignore both the Adjustment Only Books and Multi-Location Inventory features, set the value to ["MULTIBOOK","MULTILOCINVT"].

Select Done and Recalculate Plan to re-run the deployment plan, ignoring those features during the SDF validation to bypass the error.

Did this answer your question?