-
Notifications
You must be signed in to change notification settings - Fork 11
ud_config_fprocess
ArnauUrgeles edited this page Dec 3, 2024
·
1 revision
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.
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 |