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