Hey everyone! Is there any way to find out via Sui...
# suiteql
d
Hey everyone! Is there any way to find out via SuiteQl or eventually suitescripts if some feature is enabled (e.g. Multi-Currency)?
m
Using SuiteQL it's in the CompanyFeatureSetup table. In SuiteScript you can use runtime.isFeatureInEffect(options)
d
Perfect! Thank you very much