Hello, how to check if `SuiteTax` suiteapp is enab...
# suitescript
b
Hello, how to check if
SuiteTax
suiteapp is enabled, using
runtime.isFeatureInEffect({feature: "<id>"})
? I could only find the IDs for the related suiteapps not the
SuiteTax
itself.
Looks like this is what I needed
runtime.isFeatureInEffect({ feature: "tax_overhauling" })