Share via


JmgConsistencyCheck.configurationKey Method [AX 2012]

Determines the configuration key, which should be enabled for the consistency check to be run.

Syntax

public ConfigurationKeyId configurationKey()

Run On

Called

Return Value

Type: ConfigurationKeyId Extended Data Type
ConfigurationKeyId : Id of the configuration key.

Examples

The following example demonstrates the use of this method.

boolean showInTree() 
{ 
    return isConfigurationkeyEnabled(this.configurationKey()); 
}

See Also

Reference

JmgConsistencyCheck Class