steven.smith
12/12/2025, 5:02 PMCeligo AI
12/12/2025, 5:02 PMAI generated answer (using internal Slack threads):In SuiteScript, you can check if OneWorld is enabled by using the
runtime.isFeatureInEffect() function and checking for the 'SUBSIDIARIES' feature. This is because only OneWorld accounts have subsidiaries. Here is a code snippet that demonstrates this:
javascript
var subCheck = runtime.isFeatureInEffect({
feature: 'SUBSIDIARIES'
});
If the function returns true, it means that OneWorld is enabled. If it returns false, OneWorld is not enabled.
Please note that this method is not officially documented by NetSuite, but it is widely used and accepted by the community.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
12/12/2025, 5:02 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829284728
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811340332
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807006955
Celigo AI
12/12/2025, 5:02 PM