Skip to main content
All CollectionsSalto for NetsuiteTroubleshootingDeployment Preview Errors
Understanding SDF Validations in NetSuite Deployments
Understanding SDF Validations in NetSuite Deployments
Lior Neudorfer avatar
Written by Lior Neudorfer
Updated over a month ago

When previewing NetSuite deployments, you may encounter an SDF validation error on one or more elements.

This error is generated by NetSuite's SuiteCloud Development Framework (SDF) and indicates a potential issue with your deployment. Salto reports these errors to make users aware of any issues NetSuite identifies before deployment.

What is a SDF Validation?

SDF validation is a process run by NetSuite to check for compatibility and configuration issues that could cause deployment failures. This step is crucial to prevent deployments with misconfigurations that could impact your NetSuite environment.

For more information about specific errors, you can refer to the official NetSuite documentation on SDF server validation requirements: NetSuite SDF Validation.

Disabling SDF Server Validations

If you prefer to bypass this validation step, you can configure Salto to skip SDF validation.

To do this, you can set deploy.validate = false in your Deployment Configuration, or edit your NetSuite adapter config with the following:

netsuite {
...
deploy = {
validate = false
}
...
}

Did this answer your question?