Share via


JmgConsistencyCheck_job.configurationKey Method [AX 2012]

Determines the configuration key that should be enabled in order for the consistency check to be run, which is JmgJob.

Syntax

public ConfigurationKeyId configurationKey()

Run On

Called

Return Value

Type: ConfigurationKeyId Extended Data Type
The 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_job Class