Create a new system setting in Creatio
create-sys-settingCreate a new system setting in Creatio with code, name, value type, and optional initial value. Build custom metadata records for application configuration.
Instructions
Creates a brand-new system setting (metadata record) using InsertSysSettingRequest and optionally assigns an initial value via PostSysSettingsValues. For full guidance on supported valueTypeName strings and lookup reference resolution, see the /sys-settings-guide prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| definition | Yes | ||
| initialValue | No | Optional initial value to write immediately after creating the system setting. |