Configuration
Documentation article about Configuration
Configuration
Configuration
The configuration object defines paths to the JSON files in your extension directory's Configuration folder.
json
1//...2"configuration": {3 "files": [4 "Modules/MyCoolModule/Configuration/MyCoolModule.json",5 "Modules/AdditionalCoolModule/Configuration/AdditionalCoolModule.json"6 ]7},8//...Frequently Asked Questions (4)
How do I define paths to JSON files in my NetSuite extension directory?
Within the 'configuration' object of your extension, specify an array of paths that lead to your JSON files. These paths are relative to your extension's Configuration folder.
Can I include multiple JSON configuration files in my NetSuite extension?
Yes, you can include multiple JSON configuration files by listing them in the 'files' array within the 'configuration' object in your extension.
Is there a specific folder where JSON configuration files should be placed in a NetSuite extension?
Yes, JSON configuration files should be placed in the Configuration folder of your extension directory.
What should I do if I need to add a new module configuration in my NetSuite extension?
To add a new module configuration, update the 'files' array in the 'configuration' object to include the path to the new module's JSON configuration file within the Configuration folder.
Source: Configuration — Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.
Was this article helpful?
More in General
- Field Service Management Enhancements and Bug Fixes for 2026
Overview of the 2026 Field Service Management SuiteApp updates showcasing enhancements and bug fixes.
- Example
Documentation article about Example
- Integrating NetSuite Connector with Shopify: Setup Guide
Integrate your NetSuite Connector with Shopify seamlessly by following this setup guide, including key authorization steps.
- Manual Edits
Documentation article about Manual Edits
Advertising
Reach General Professionals
Put your product in front of NetSuite experts who work with General every day.
Sponsor This Category