0

I've downloaded some code off the net which includes the UtilElementType::FeatureKey enumeration. This does not exist in Dynamics AX 2009.

What was its purpose? More importantly, is there an equivalent I need to include in the code instead?

William Mioch
  • 917
  • 9
  • 21

1 Answers1

0

The UtilElementType::FeatureKey was used in AX 3.0 and prior, but removed in 4.0 and later. It was a mix of UtilElementType::SecurityKey and UtilElementType::ConfigurationKey.

You may substitute any or one of these.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50