Account Configuration from an Account Customization Project

In SuiteCloud Development Framework (SDF), you can enable or disable account features from an SDF account customization project. To find an account's feature configuration in NetSuite, go to Setup> Company > Enable Features.

You can either import the most recent feature configuration from a NetSuite account or create a new feature configuration in the account customization project. By controlling account features in your project, you ensure that more project components operate as intended without requiring manual adjustments to the target account features. Additionally, you can use this feature to compare the current configuration of an account to its previous configuration when a project was deployed to it.

Features that require a Terms of Service user agreement cannot be enabled or disabled using SuiteCloud Development Framework (SDF). The following features cannot be controlled using SDF:

Account customization projects contain an AccountConfiguration folder. By default, this folder is empty. By creating or importing a features.xml file in this folder, you can enable or disable features. Account configuration is stored in the features.xml file. In addition to creating the new file, the deploy.xml file in the project must reference the features.xml file path.

For information about referencing dependencies using CLI for Java, see listconfiguration and importconfiguration.

Related Topics

General Notices