ReleaseUpdateDB.setModuleConfigKey Method [AX 2012]
Sets the configuration keys of the current module.
Syntax
protected void setModuleConfigKey(container _configKey)
Run On
Server
Parameters
- _configKey
Type: container
A container of configuration keys.
Remarks
The module configuration keys are shared by all scripts in the same module.
Additional keys are added to each script when calling script setup APIs.