-
Notifications
You must be signed in to change notification settings - Fork 33
config_typevalue
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog values used on config tables.
| Column name | Data type | Description | Example |
|---|---|---|---|
| typevalue | character varying(50) | Name of typevalue catalog | datatype_typevalue |
| id | character varying(30) | Id inserted on database | boolean |
| idval | character varying(100) | Value showed to user | boolean |
| camelstyle | text | Name used for | boolean |
| addparam | json | Additional parameters | {"createAddfield":"TRUE"} |
List of defined system typevalues:
- datatype_typevalue
- device_typevalue
- formtemplate_typevalue
- formtype_typevalue
- infotype_typevalue
- layout_name_typevalue
- linkedaction_typevalue
- listlimit_typevalue
- tabname_typevalue
- widgetfunction_typevalue
- widgettype_typevalue


