-
Notifications
You must be signed in to change notification settings - Fork 33
config_info_layer_x_type
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Configuration of info types.
If infotype_id = 1, than making info on layer defined as tableinfo_id opens directly the one defined on tableinfotype_id.
| Column name | Data type | Description | Example | Domain values |
|---|---|---|---|---|
| tableinfo_id | character varying(50) | Name of table on which info is executed | ve_arc_pipe |
|
| infotype_id | integer | Customizable info type. It allows for each tableinfo to have a different infotypes (eg depending on the role). 1 comes by default in Giswater. Users can create their own (use integers starting with ),9X, 9XX to customize infos) | 1 |
[1,2] |
| tableinfotype_id | text | Name of view which data is showed on form | ve_arc_pipe |


