Skip to main content

system.kanoa.config.writeConfig

This function requires KanoaCore module

Description

Get the application configuration settings (kanoaCore).

Syntax

writeConfig(project, configName, configValue)
  • Parameters
      project (String) - Name of the associated project.
      configName (String) - Name of the configuration parameter.
      configValue (String) - Value of the parameter.
  • Returns
      Record ID (Integer).
  • Code Example

    # Example Usage:
    recordId = system.kanoa.config.writeConfig('kanoaCore', 'backgroundColor', '#FFFFFF')