Record Paths

Documentation article about Record Paths

·1 min read·View Oracle Docs

Record Paths

Record Paths

The final part of the manifest file lists the path to the theme, the Extension record, and Activation IDs as stored in NetSuite.

json
//...
"path": "SuiteBundles/Bundle 193239/SuiteCommerce Base Theme",
"extension_id": "4535",
"activation_id": "59"

Frequently Asked Questions (4)

How do I specify a theme path in a NetSuite manifest file?
In a NetSuite manifest file, specify the theme path using the 'path' key, pointing to the location of the desired theme, such as 'SuiteBundles/Bundle 193239/SuiteCommerce Base Theme'.
What is the purpose of an Extension record in a manifest file?
The Extension record in a manifest file, identified by an 'extension_id', links to a specific extension in NetSuite that the manifest file supports or enhances.
Where can I find the Activation IDs for my NetSuite theme and extensions?
Activation IDs are included in the manifest file under the 'activation_id' key, allowing for specific customization or feature activation within NetSuite.
Do I need to include both the 'extension_id' and 'activation_id' in the manifest file?
Yes, including both 'extension_id' and 'activation_id' in the manifest file is necessary to properly reference and activate the corresponding extensions and features in NetSuite.
Source: Record Paths 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

View all General articles →