ud_config_fprocess - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table to configure exportation parameters. Additional configuration for processes defined on sys_fprocess. By default there is a system configuration for import and export inp files, but table mayy be used by user to configurate their own function.
Fields:
Column name | Data type | Description | Example |
---|---|---|---|
fid | integer | Process id, defined on sys_fprocess | 140 |
tablename | text | Table related to the configuration | rpt_arc |
target | text | Title, in case of inp it's a name of a file section | {Input Data} |
querytext | text | Definition of sql query | |
orderby | integer | Order of reading the configuration by the function | 29 |
addparam | json | Additional parameter | |
active | boolean | If true, catalog value is being used | TRUE |