This seems to be a common thread where if you run some code to check to see if a certain feature is enabled you are met with an error similar to the above.
For example in a custom class if I call a method like this:
boolean contractCurrencyRevRecCalculationFeature = ProjContractCurrencyForRevRecCalculationFeature::isEnabled();
This is a class in my custom model. When I drill into the ProjContractCurrencyForRevRecCalculationFeature class I see that the class is defined as internal:
internal final class ProjContractCurrencyForRevRecCalculationFeature implements IFeatureMetadata...
So what are we to do if we need to check for a specific feature? Hope we get lucky?
Regards,
Don Shields

Report
All responses (
Answers (