Hello! is there a way to check programmatically if...
# suitescript
r
Hello! is there a way to check programmatically if a current Netsuite installation has subsidiaries enabled or not? I didn’t found nothing direct related on N/runtime features
m
runtime.isFeatureInEffect({ feature: 'SUBSIDIARIES' });
r
nice ty! I will give it a try!
it works, documentation seen’s to be outdated though, ty very much