ReleaseUpdateDB.isConfKeyEnabledInPrevVersion Method [AX 2012]
Determines whether the configuration key was enabled in the earlier version of the application.
public boolean isConfKeyEnabledInPrevVersion(ConfigurationKeyId _configurationKeyId)
Run On
ServerParameters
- _configurationKeyId
- Type: ConfigurationKeyId Extended Data Type
The ID of the configuration key to check.
Return Value
Type: booleantrue if the configuration key was enabled in the earlier version of the application; otherwise, false.
Community Additions
ADD
Show: