Dictionary.configurationKeyName2Id Method [AX 2012]
Provides the ID for a specified configuration key, based on the configuration key name.
public ConfigurationKeyId configurationKeyName2Id(str name)
Run On
CalledParameters
- name
- Type: str
A string that indicates a configuration key name.
Return Value
Type: ConfigurationKeyId Extended Data TypeA configurationKeyId system data type value that indicates the configuration key ID; 0 (zero) if you pass a name value for a nonexistent configuration key.
Community Additions
ADD
Show: