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?
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?
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.