system.kanoa.config.writeConfig
Description
Get the application configuration settings (kanoaCore).Syntax
writeConfig(project, configName, configValue)- project (String) - Name of the associated project.
- configName (String) - Name of the configuration parameter.
- configValue (String) - Value of the parameter.
- Record ID (Integer).
Code Example
# Example Usage:
recordId = system.kanoa.config.writeConfig('kanoaCore', 'backgroundColor', '#FFFFFF')