AL icon indicating copy to clipboard operation
AL copied to clipboard

Missing Compiler Error for Variant.IsDataClassificationType() in Runtime 3.0

Open DanielGoehler opened this issue 3 years ago • 0 comments

There should also be an error for Variant.IsDataClassificationType() when you are using Runtime 3.0 because you can publish this in a Business Central version 14 database but the service tier crashes when this is executed. If you use Variant.IsDataClassification() - the same without the word Type - you get the following compiler error:

error AL0666: 'IsDataClassification' is not available in runtime version '3.0'. The supported runtime versions are: '8.0' or greater.

DanielGoehler avatar Jul 19 '22 13:07 DanielGoehler